public class UnknownClassException extends RuntimeException
RuntimeException equivalent of the JDK's
ClassNotFoundException, to maintain a RuntimeException paradigm.| Constructor and Description |
|---|
UnknownClassException(String message)
Constructs a new UnknownClassException.
|
UnknownClassException(String message,
Throwable cause)
Constructs a new UnknownClassException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownClassException(String message)
message - the reason for the exceptionCopyright © 2014–2024 jsonwebtoken.io. All rights reserved.