public class ELException extends RuntimeException
| Constructor and Description | 
|---|
| ELException()Creates an ELException with no detail message | 
| ELException(String message)Creates an ELException with the provided detail message. | 
| ELException(String message,
           Throwable cause)Creates an ELException with the given detail message and root cause. | 
| ELException(Throwable cause)Creates an ELException with the given cause | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ELException()
public ELException(String message)
message - the detail messagepublic ELException(Throwable cause)
cause - the originating cause of this exceptionCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.