Package xal.ca

Class BadChannelException

All Implemented Interfaces:
Serializable

public class BadChannelException extends ChannelException
Version:
1.0
Author:
Christopher K. Allen
See Also:
  • Constructor Details

    • BadChannelException

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

      public BadChannelException(String msg)
      Constructs an BadChannelException with the specified detail message.
      Parameters:
      msg - the detail message.