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 message)
Constructs a new UnknownClassException.
|
UnknownClassException(String message,
Throwable cause)
Constructs a new UnknownClassException.
|
UnknownClassException(Throwable cause)
Constructs a new UnknownClassException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnknownClassException()
public UnknownClassException(String message)
message
- the reason for the exceptionpublic UnknownClassException(Throwable cause)
cause
- the underlying Throwable that caused this exception to be thrown.public UnknownClassException(String message, Throwable cause)
message
- the reason for the exceptioncause
- the underlying Throwable that caused this exception to be thrown.Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.