Open SiteSearch 4.1.1
Final

ORG.oclc.sip
Class SipException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ORG.oclc.sip.SipException

public class SipException
extends Exception

The SipException class is used for throwing exceptions from Sip classes.

See Also:
Serialized Form

Constructor Summary
SipException()
          Constructs a new SipException object with a default message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SipException

public SipException()
Constructs a new SipException object with a default message

Open SiteSearch 4.1.1
Final