Class ActionTypeNotExistsException

All Implemented Interfaces:
Serializable

@Deprecated public class ActionTypeNotExistsException extends EntityNotExistsException
Deprecated.
Author:
Michal Šťava <stavamichal@gmail.com>

This exception is thrown when ActionType doesn't exist.

See Also:
  • Constructor Details

    • ActionTypeNotExistsException

      public ActionTypeNotExistsException(String message)
      Deprecated.
      Simple constructor with a message
      Parameters:
      message - message with details about the cause
    • ActionTypeNotExistsException

      public ActionTypeNotExistsException(String message, Throwable cause)
      Deprecated.
      Constructor with a message and Throwable object
      Parameters:
      message - message with details about the cause
      cause - Throwable that caused throwing of this exception
    • ActionTypeNotExistsException

      public ActionTypeNotExistsException(Throwable cause)
      Deprecated.
      Constructor with a Throwable object
      Parameters:
      cause - Throwable that caused throwing of this exception
    • ActionTypeNotExistsException

      public ActionTypeNotExistsException(ActionType actionType)
      Deprecated.
      Constructor with an ActionType
      Parameters:
      actionType - ActionType that doesn't exist
  • Method Details

    • getActionType

      public ActionType getActionType()
      Deprecated.
      Getter for ActionType
      Returns:
      ActionType which doesn't exist