public class ELException
extends java.lang.Exception
| Constructor and Description |
|---|
ELException()
Create a ELException
|
ELException(java.lang.String msg)
Create a ELException with a message.
|
ELException(java.lang.String msg,
java.lang.Throwable rootCause)
Create a ELException with a message and a root cause.
|
ELException(java.lang.Throwable rootCause)
Create a ELException with a root cause.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getRootCause()
Returns the root cause of the exception.
|
public ELException()
public ELException(java.lang.String msg)
public ELException(java.lang.String msg,
java.lang.Throwable rootCause)
msg - the exception messagerootCause - the underlying exception.public ELException(java.lang.Throwable rootCause)
rootCause - the underlying exception.