Class ContextMoveException

    • Constructor Detail

      • ContextMoveException

        public ContextMoveException​(String message)
        Instantiates a new context move exception.
        Parameters:
        message - the message
      • ContextMoveException

        public ContextMoveException​(Throwable cause)
        Instantiates a new context move exception.
        Parameters:
        cause - the cause
      • ContextMoveException

        public ContextMoveException​(String message,
                                    Throwable cause)
        Instantiates a new context move exception.
        Parameters:
        message - the message
        cause - the cause