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.
|
public ELException()
public ELException(String message)
message - the detail messagepublic ELException(Throwable cause)
cause - the originating cause of this exceptionpublic ELException(String message,
Throwable cause)
message - the detail messagecause - the originating cause of this exception