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, toString
public UnexpectedException(String message, Throwable cause)
message
- the detail messagecause
- the cause of this UnexpectedException
Copyright © 2018. All rights reserved.