Class NotAServletEnvironmentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tiles.request.jakarta.servlet.NotAServletEnvironmentException
- All Implemented Interfaces:
Serializable
Exception that indicates that a resource could not be used because it is not
in a servlet environment.
Copied from Apache tiles-request-servlet 1.0.7 and adapted for Jakarta EE 9.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor.NotAServletEnvironmentException
(String message) Constructor.NotAServletEnvironmentException
(String message, Throwable e) Constructor.Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotAServletEnvironmentException
public NotAServletEnvironmentException()Constructor. -
NotAServletEnvironmentException
Constructor.- Parameters:
message
- The detail message.
-
NotAServletEnvironmentException
Constructor.- Parameters:
e
- The exception to be wrapped.
-
NotAServletEnvironmentException
Constructor.- Parameters:
message
- The detail message.e
- The exception to be wrapped.
-