org.apache.tiles.servlet.context
public class NotAServletEnvironmentException extends TilesException
Constructor and Description |
---|
NotAServletEnvironmentException()
Constructor.
|
NotAServletEnvironmentException(java.lang.Exception e)
Constructor.
|
NotAServletEnvironmentException(java.lang.String message)
Constructor.
|
NotAServletEnvironmentException(java.lang.String message,
java.lang.Exception e)
Constructor.
|
public NotAServletEnvironmentException()
public NotAServletEnvironmentException(java.lang.String message)
message
- The detail message.public NotAServletEnvironmentException(java.lang.Exception e)
e
- The exception to be wrapped.public NotAServletEnvironmentException(java.lang.String message, java.lang.Exception e)
message
- The detail message.e
- The exception to be wrapped.