public class DynamicInformationException extends RuntimeException
Modifier and Type | Class and Description |
---|---|
static class |
DynamicInformationException.ExceptionType
Enum for type of exception
|
Modifier and Type | Field and Description |
---|---|
private DynamicInformationException.ExceptionType |
_type |
Constructor and Description |
---|
DynamicInformationException(DynamicInformationException.ExceptionType type,
Throwable cause)
Constructs a new exception with the specified cause.
|
DynamicInformationException(String message)
Constructs a new exception with the specified detail message.
|
DynamicInformationException(String message,
DynamicInformationException.ExceptionType type)
Constructs a new exception with the specified detail message.
|
DynamicInformationException(String message,
DynamicInformationException.ExceptionType type,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
DynamicInformationException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
DynamicInformationException(Throwable cause)
Constructs a new exception with the specified cause.
|
Modifier and Type | Method and Description |
---|---|
DynamicInformationException.ExceptionType |
getType()
Get the type of exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private DynamicInformationException.ExceptionType _type
public DynamicInformationException(String message)
message
- the detail message.public DynamicInformationException(String message, DynamicInformationException.ExceptionType type)
message
- the detail message.type
- reason of the exceptionpublic DynamicInformationException(String message, Throwable cause)
message
- the detail message.cause
- the cause.public DynamicInformationException(String message, DynamicInformationException.ExceptionType type, Throwable cause)
message
- the detail message.type
- reason of the exceptioncause
- the cause.public DynamicInformationException(Throwable cause)
cause
- the specified cause.public DynamicInformationException(DynamicInformationException.ExceptionType type, Throwable cause)
type
- reason of the exceptioncause
- the specified cause.public DynamicInformationException.ExceptionType getType()