Package xal.ca

Class ConnectionException

All Implemented Interfaces:
Serializable

public class ConnectionException extends ChannelException
Author:
CKAllen
See Also:
  • Constructor Details

    • ConnectionException

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

      public ConnectionException(Channel channel, String msg)
      Constructs an ConnectionException with the specified detail message.
      Parameters:
      channel - for which the exception was thrown
      msg - the detail message.
  • Method Details

    • getChannel

      public Channel getChannel()
      Get the channel for which the connection exception was thrown.
      Returns:
      The channel for which the connection exception was thrown.