JML

net.sf.jml.exception
Class JmlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
JmlException()
           
JmlException(String message)
           
JmlException(String message, Throwable cause)
           
JmlException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JmlException

public JmlException()

JmlException

public JmlException(String message)

JmlException

public JmlException(String message,
                    Throwable cause)

JmlException

public JmlException(Throwable cause)

JML