Package net.i2p.sam
Class SAMInvalidDirectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- 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
Constructors Constructor Description SAMInvalidDirectionException()
SAMInvalidDirectionException(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SAMInvalidDirectionException
public SAMInvalidDirectionException()
-
SAMInvalidDirectionException
public SAMInvalidDirectionException(String s)
-
-