edu.columbia.cs.irt.rfidentify.presence
Class SIPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.columbia.cs.irt.rfidentify.presence.SIPException
All Implemented Interfaces:
java.io.Serializable

public class SIPException
extends java.lang.Exception

Author:
jmoral
See Also:
Serialized Form

Constructor Summary
SIPException()
           
SIPException(java.lang.String arg0)
           
SIPException(java.lang.String arg0, java.lang.Throwable arg1)
           
SIPException(java.lang.Throwable arg0)
           
 
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

SIPException

public SIPException()

SIPException

public SIPException(java.lang.String arg0)
Parameters:
arg0 -

SIPException

public SIPException(java.lang.Throwable arg0)
Parameters:
arg0 -

SIPException

public SIPException(java.lang.String arg0,
                    java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -