public class ELException
extends java.lang.RuntimeException
| Constructor and Description | 
|---|
| ELException()Creates an ELException with no detail message | 
| ELException(java.lang.String message)Creates an ELException with the provided detail message. | 
| ELException(java.lang.String message,
           java.lang.Throwable cause)Creates an ELException with the given detail message and root cause. | 
| ELException(java.lang.Throwable cause)Creates an ELException with the given cause | 
public ELException()
public ELException(java.lang.String message)
message - the detail messagepublic ELException(java.lang.Throwable cause)
cause - the originating cause of this exceptionpublic ELException(java.lang.String message,
           java.lang.Throwable cause)
message - the detail messagecause - the originating cause of this exceptionCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.