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 © 2005-2021 Potix Corporation. All Rights Reserved.