public class ELException extends RuntimeException
| Constructor and Description | 
|---|
| ELException()Creates an  ELExceptionwith no detail message. | 
| ELException(String pMessage)Creates an  ELExceptionwith 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  ELExceptionwith the given cause. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 © 2019 JBoss by Red Hat. All rights reserved.