public class InternalErrorException
extends java.lang.RuntimeException
Constructor and Description |
---|
InternalErrorException()
Constructs a new internal error exception.
|
InternalErrorException(java.lang.Exception ex)
Constructs an InternalErrorException with the exception
which causes this exception.
|
InternalErrorException(java.lang.String msg)
Constructs an InternalErrorException with a specified detail message.
|
InternalErrorException(java.lang.String msg,
java.lang.Exception ex)
Constructs an InternalErrorException with a specified detail message and
the exception which causes this exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Exception |
getException()
Returns the exception which causes this InternalErrorException.
|
public InternalErrorException()
public InternalErrorException(java.lang.Exception ex)
ex
- the exception causing this exceptionpublic InternalErrorException(java.lang.String msg)
msg
- the detail message.public InternalErrorException(java.lang.String msg, java.lang.Exception ex)
msg
- the detail messageex
- the exception causing this exception