public class ELException
extends java.lang.RuntimeException
Constructor and Description |
---|
ELException()
Creates an
ELException with no detail message. |
ELException(java.lang.String pMessage)
Creates an
ELException with the provided detail message. |
ELException(java.lang.String pMessage,
java.lang.Throwable pRootCause)
Creates an ELException with the given detail message and root cause.
|
ELException(java.lang.Throwable pRootCause)
Creates an
ELException with the given cause. |
public ELException()
ELException
with no detail message.public ELException(java.lang.String pMessage)
ELException
with the provided detail message.pMessage
- the detail messagepublic ELException(java.lang.Throwable pRootCause)
ELException
with the given cause.pRootCause
- the originating cause of this exceptionpublic ELException(java.lang.String pMessage, java.lang.Throwable pRootCause)
pMessage
- the detail messagepRootCause
- the originating cause of this exception