com.easylink.services
Class ELSException
java.lang.Object
java.lang.Throwable
com.easylink.services.ELSException
- All Implemented Interfaces:
- java.io.Serializable
public class ELSException
- extends java.lang.Throwable
ELSException is a wrapper for internal exceptions.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ELSException
public ELSException(java.lang.String s,
java.lang.Exception e)
ELSException
public ELSException(java.lang.String s)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Throwable
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.lang.Throwable
setMessage
public void setMessage(java.lang.String message)