Package host.anzo.simon.exceptions
Class RawChannelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
host.anzo.simon.exceptions.RawChannelException
- All Implemented Interfaces:
Serializable
Exception thrown by
RawChannelDataListener implementation, when an IO problem or similar occured.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRawChannelException(String message) RawChannelException(String message, Throwable cause) RawChannelException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RawChannelException
-
RawChannelException
-
RawChannelException
-