public class UnexpectedException extends RuntimeException
| Constructor and Description |
|---|
UnexpectedException()
Creates the default instance of this exception.
|
UnexpectedException(String message)
Creates an instance of the exception using the specified message.
|
UnexpectedException(String message,
Throwable cause)
Creates a new instance of the exception using both the specified message
and cause.
|
UnexpectedException(Throwable cause)
Creates an instance of the exception using the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnexpectedException()
public UnexpectedException(String message)
message - The message of the exception.public UnexpectedException(Throwable cause)
cause - The cause of this exception.Copyright © 2013. All rights reserved.