net.sf.jml.exception
Class JmlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jml.exception.JmlException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- IncorrectPasswordException, MsgNotSendException, MsnProtocolException, UnknownMessageException, UnsupportedProtocolException
public class JmlException
- extends RuntimeException
Base exception.
- Author:
- Roger Chen
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JmlException
public JmlException()
JmlException
public JmlException(String message)
JmlException
public JmlException(String message,
Throwable cause)
JmlException
public JmlException(Throwable cause)