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