Serializablepublic class UnknownClassException extends RuntimeException
RuntimeException equivalent of the JDK's
ClassNotFoundException, to maintain a RuntimeException paradigm.| Constructor | Description |
|---|---|
UnknownClassException(String message) |
Constructs a new UnknownClassException.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownClassException(String message)
message - the reason for the exceptionCopyright © 2019. All rights reserved.