public class ELException extends Exception
Constructor and Description |
---|
ELException()
Deprecated.
Creates an ELException with no detail message.
|
ELException(String pMessage)
Deprecated.
Creates an ELException with the provided detail message.
|
ELException(String pMessage,
Throwable pRootCause)
Deprecated.
Creates an ELException with the given detail message and root cause.
|
ELException(Throwable pRootCause)
Deprecated.
Creates an ELException with the given root cause.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getRootCause()
Deprecated.
Returns the root cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ELException()
public ELException(String pMessage)
pMessage
- the detail messagepublic ELException(Throwable pRootCause)
pRootCause
- the originating cause of this exceptionpublic Throwable getRootCause()
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.