public class ResourceEventException extends ExceptionWithInnerException
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Exception |
m_exception |
| Constructor and Description |
|---|
ResourceEventException()
Constructs a
ResourceEventException with the standard
detail message. |
ResourceEventException(java.lang.Exception inner)
Constructs a
ResourceEventException with the standard
detail message that wraps an exception thrown inside the certificate
validation code. |
ResourceEventException(java.lang.String s)
Constructs a
ResourceEventExceptionn with the
specified detail message. |
ResourceEventException(java.lang.String s,
java.lang.Exception inner)
Constructs a
ResourceEventException with the
specified detail message that wraps an exception thrown inside
the Resource |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getInnerException()
Returns the inner exception wrapped by this exception.
|
getMessageChain, getMessageChainpublic ResourceEventException()
ResourceEventException with the standard
detail message.public ResourceEventException(java.lang.Exception inner)
ResourceEventException with the standard
detail message that wraps an exception thrown inside the certificate
validation code.inner - the exception thrown by the inner codepublic ResourceEventException(java.lang.String s)
ResourceEventExceptionn with the
specified detail message.s - the detail messagepublic ResourceEventException(java.lang.String s,
java.lang.Exception inner)
ResourceEventException with the
specified detail message that wraps an exception thrown inside
the Resources - the detail messageinner - the exception thrown by the inner code