public class ELException
extends java.lang.Exception
| Constructor and Description |
|---|
ELException()
Constructor
|
ELException(java.lang.String pMessage)
Constructor
|
ELException(java.lang.String pMessage,
java.lang.Throwable pRootCause)
Constructor
|
ELException(java.lang.Throwable pRootCause)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getRootCause()
Returns the root cause
|
java.lang.String |
toString()
String representation
|
public ELException()
public ELException(java.lang.String pMessage)
public ELException(java.lang.Throwable pRootCause)
public ELException(java.lang.String pMessage,
java.lang.Throwable pRootCause)
Copyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.