public class UnknownClassException
extends java.lang.RuntimeException
RuntimeException equivalent of the JDK's
ClassNotFoundException, to maintain a RuntimeException paradigm.| Constructor and Description |
|---|
UnknownClassException(java.lang.String message)
Constructs a new UnknownClassException.
|
UnknownClassException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new UnknownClassException.
|
public UnknownClassException(java.lang.String message)
message - the reason for the exceptionpublic UnknownClassException(java.lang.String message,
java.lang.Throwable cause)
message - the reason for the exceptioncause - the underlying Throwable that caused this exception to be thrown.Copyright © 2014-2022 jsonwebtoken.io. All Rights Reserved.