public class InstantiationException extends ShiroException
| Constructor and Description |
|---|
InstantiationException()
Creates a new InstantiationException.
|
InstantiationException(String
Constructs a new InstantiationException.
|
InstantiationException(String
Constructs a new InstantiationException.
|
InstantiationException(Throwable
Constructs a new InstantiationException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InstantiationException()
public InstantiationException(Stringmessage)
message - the reason for the exception
public InstantiationException(Throwablecause)
cause - the underlying Throwable that caused this exception to be thrown.