net.i2p.sam
Class SAMInvalidDirectionException

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

 class SAMInvalidDirectionException
extends Exception

Exception thrown by SAM methods when an application tries to create outgoing connections through a receive-only SAM session.

Author:
human

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

SAMInvalidDirectionException

public SAMInvalidDirectionException()

SAMInvalidDirectionException

public SAMInvalidDirectionException(String s)