Class RawChannelException

java.lang.Object
java.lang.Throwable
java.lang.Exception
host.anzo.simon.exceptions.RawChannelException
All Implemented Interfaces:
Serializable

public class RawChannelException extends Exception
Exception thrown by RawChannelDataListener implementation, when an IO problem or similar occured.
See Also:
  • Constructor Details

    • RawChannelException

      public RawChannelException(String message)
    • RawChannelException

      public RawChannelException(Throwable cause)
    • RawChannelException

      public RawChannelException(String message, Throwable cause)