public class UnexpectedErrorException
extends java.lang.RuntimeException
Constructor and Description |
---|
UnexpectedErrorException()
Constructor
|
UnexpectedErrorException(java.lang.String message)
Constructor
|
UnexpectedErrorException(java.lang.String message,
java.lang.Throwable cause)
Constructor
|
UnexpectedErrorException(java.lang.Throwable cause)
Constructor
|
public UnexpectedErrorException()
public UnexpectedErrorException(java.lang.String message)
message
- public UnexpectedErrorException(java.lang.String message, java.lang.Throwable cause)
message
- cause
- public UnexpectedErrorException(java.lang.Throwable cause)
cause
-