public class UnrecoverableException
extends java.lang.Exception
| Constructor and Description |
|---|
UnrecoverableException()
Construct the exception with no details.
|
UnrecoverableException(java.lang.String message)
Construct the exception with a
String message. |
UnrecoverableException(java.lang.String message,
java.lang.Throwable cause)
Construct the exception with a
String message and a Throwable cause. |
UnrecoverableException(java.lang.Throwable cause)
Construct the exception a
Throwable cause. |
public UnrecoverableException()
public UnrecoverableException(@Nonnull
java.lang.String message)
String message.message - the messagepublic UnrecoverableException(@Nonnull
java.lang.String message,
@Nonnull
java.lang.Throwable cause)
String message and a Throwable cause.message - the messagecause - the causepublic UnrecoverableException(@Nonnull
java.lang.Throwable cause)
Throwable cause.cause - the cause