org.cafesip.jiplet
Class JipletException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.cafesip.jiplet.JipletException
All Implemented Interfaces:
java.io.Serializable

public class JipletException
extends java.lang.Exception

Exception class for the jiplet container.

See Also:
Serialized Form

Constructor Summary
JipletException()
           
JipletException(java.lang.String message)
           
JipletException(java.lang.String message, java.lang.Throwable cause)
           
JipletException(java.lang.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

JipletException

public JipletException()

JipletException

public JipletException(java.lang.String message)
Parameters:
message -

JipletException

public JipletException(java.lang.String message,
                       java.lang.Throwable cause)
Parameters:
message -
cause -

JipletException

public JipletException(java.lang.Throwable cause)
Parameters:
cause -


http://www.cafesip.org