org.siprop
Class SIPropException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.siprop.SIPropException
All Implemented Interfaces:
java.io.Serializable

public class SIPropException
extends java.lang.Exception

Exception class for SIProp.

Author:
noritsuna
See Also:
Serialized Form

Constructor Summary
SIPropException(java.lang.String str1)
           
SIPropException(java.lang.String str1, java.lang.Throwable thro)
           
SIPropException(java.lang.Throwable thro)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SIPropException

public SIPropException(java.lang.String str1,
                       java.lang.Throwable thro)

SIPropException

public SIPropException(java.lang.Throwable thro)

SIPropException

public SIPropException(java.lang.String str1)