
public class UnexpectedException extends RuntimeException
| Constructor and Description |
|---|
UnexpectedException(String message,
Throwable cause)
Construct an UnexpectedException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnexpectedException(String message, Throwable cause)
message - the detail messagecause - the cause of this UnexpectedExceptionCopyright © 2018. All rights reserved.