Class ActionTypeNotExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.metacentrum.perun.core.api.exceptions.PerunException
cz.metacentrum.perun.core.api.exceptions.EntityNotExistsException
cz.metacentrum.perun.core.api.exceptions.ActionTypeNotExistsException
- All Implemented Interfaces:
Serializable
Deprecated.
- Author:
- Michal Šťava invalid input: '<'stavamichal@gmail.com>
This exception is thrown when ActionType doesn't exist.
- See Also:
-
Constructor Summary
ConstructorDescriptionActionTypeNotExistsException
(ActionType actionType) Deprecated.Constructor with an ActionTypeActionTypeNotExistsException
(String message) Deprecated.Simple constructor with a messageActionTypeNotExistsException
(String message, Throwable cause) Deprecated.Constructor with a message and Throwable objectDeprecated.Constructor with a Throwable object -
Method Summary
Methods inherited from class cz.metacentrum.perun.core.api.exceptions.PerunException
getErrorId, getFriendlyMessageTemplate, getMessage, getName, setErrorId
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ActionTypeNotExistsException
Deprecated.Simple constructor with a message- Parameters:
message
- message with details about the cause
-
ActionTypeNotExistsException
Deprecated.Constructor with a message and Throwable object- Parameters:
message
- message with details about the causecause
- Throwable that caused throwing of this exception
-
ActionTypeNotExistsException
Deprecated.Constructor with a Throwable object- Parameters:
cause
- Throwable that caused throwing of this exception
-
ActionTypeNotExistsException
Deprecated.Constructor with an ActionType- Parameters:
actionType
- ActionType that doesn't exist
-
-
Method Details
-
getActionType
Deprecated.Getter for ActionType- Returns:
- ActionType which doesn't exist
-