Class ChannelEndNotMoveableException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      ChannelEndNotMoveableException()
      Constructs a new ChannelEndNotMoveableException without a detail message or cause.
      ChannelEndNotMoveableException​(java.lang.String message)
      Constructs a new ChannelEndNotMoveableException with a detail message.
      ChannelEndNotMoveableException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a new ChannelEndNotMoveableException with a detail message and underlying cause exception.
      ChannelEndNotMoveableException​(java.lang.Throwable cause)
      Constructs a new ChannelEndNotMoveableException with a cause exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ChannelEndNotMoveableException

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

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

        public ChannelEndNotMoveableException​(java.lang.String message,
                                              java.lang.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​(java.lang.Throwable cause)
        Constructs a new ChannelEndNotMoveableException with a cause exception.
        Parameters:
        cause - the exception that caused this one to be raised.