net.i2p.sam
Class SAMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.i2p.sam.SAMException
All Implemented Interfaces:
Serializable

 class SAMException
extends Exception

Exception thrown by SAM methods

Author:
human

Constructor Summary
SAMException()
           
SAMException(String s)
           
SAMException(String s, 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

SAMException

public SAMException()

SAMException

public SAMException(String s)

SAMException

public SAMException(String s,
                    Throwable cause)
Since:
0.9.14