Class ChannelEndNotMoveableException

  • All Implemented Interfaces:
    Serializable

    public class ChannelEndNotMoveableException
    extends RuntimeException
    Thrown when a channel end cannot be moved.
    Author:
    Quickstone Technologies Limited
    See Also:
    Serialized Form
    • Constructor Detail

      • ChannelEndNotMoveableException

        public ChannelEndNotMoveableException()
        Constructs a new ChannelEndNotMoveableException without a detail message or cause.
      • ChannelEndNotMoveableException

        public ChannelEndNotMoveableException​(String message)
        Constructs a new ChannelEndNotMoveableException with a detail message.
        Parameters:
        message - the detail message.
      • ChannelEndNotMoveableException

        public ChannelEndNotMoveableException​(String message,
                                              Throwable cause)
        Constructs a new ChannelEndNotMoveableException with a detail message and underlying cause exception.
        Parameters:
        message - the detail message.
        cause - the exception that caused this one to be raised.
      • ChannelEndNotMoveableException

        public ChannelEndNotMoveableException​(Throwable cause)
        Constructs a new ChannelEndNotMoveableException with a cause exception.
        Parameters:
        cause - the exception that caused this one to be raised.