public class ELException extends RuntimeException
Constructor and Description |
---|
ELException()
Creates an
ELException with no detail message. |
ELException(String pMessage)
Creates an
ELException with the provided detail message. |
ELException(String pMessage,
Throwable pRootCause)
Creates an ELException with the given detail message and root cause.
|
ELException(Throwable pRootCause)
Creates an
ELException with the given cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ELException()
ELException
with no detail message.public ELException(String pMessage)
ELException
with the provided detail message.pMessage
- the detail messagepublic ELException(Throwable pRootCause)
ELException
with the given cause.pRootCause
- the originating cause of this exceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.