public class NotAServletEnvironmentException extends RuntimeException
Constructor and Description |
---|
NotAServletEnvironmentException()
Constructor.
|
NotAServletEnvironmentException(String message)
Constructor.
|
NotAServletEnvironmentException(String message,
Throwable e)
Constructor.
|
NotAServletEnvironmentException(Throwable e)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotAServletEnvironmentException()
public NotAServletEnvironmentException(String message)
message
- The detail message.public NotAServletEnvironmentException(Throwable e)
e
- The exception to be wrapped.Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.