Package xal.ca

Class ChannelException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadChannelException, ChannelAlreadyBoundException, ConnectionException, GetException, MonitorException, PutException

public class ChannelException extends Exception
Base exception for channel operations
Author:
CKAllen, tapsns
See Also:
  • Constructor Details

    • ChannelException

      public ChannelException()
      Creates new ChannelException without detail message.
    • ChannelException

      public ChannelException(String message)
      Constructs an ChannelException with the specified detail message.
      Parameters:
      message - the detail message.
    • ChannelException

      public ChannelException(String message, Throwable cause)