Package xal.smf

Class ChannelAlreadyBoundException

All Implemented Interfaces:
Serializable

public class ChannelAlreadyBoundException extends ChannelException
See Also:
  • Constructor Details

    • ChannelAlreadyBoundException

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

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