public class UnknownClassException
extends java.lang.RuntimeException
RuntimeException equivalent of the JDK's
ClassNotFoundException, to maintain a RuntimeException paradigm.| Constructor and Description |
|---|
UnknownClassException()
Creates a new UnknownClassException.
|
UnknownClassException(java.lang.String message)
Constructs a new UnknownClassException.
|
UnknownClassException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new UnknownClassException.
|
UnknownClassException(java.lang.Throwable cause)
Constructs a new UnknownClassException.
|
public UnknownClassException()
public UnknownClassException(java.lang.String message)
message - the reason for the exceptionpublic UnknownClassException(java.lang.Throwable cause)
cause - the underlying Throwable that caused this exception to be thrown.public 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 © 2018-2022 Okta. All Rights Reserved.