All Implemented Interfaces:
Serializable

public class ContextMoveException extends ContextException
The Class ContextMoveException.
Author:
Luca Frosini (ISTI - CNR)
See Also:
  • Constructor Details

    • 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