Package com.adobe.granite.workflow.model
Class VersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.granite.workflow.WorkflowException
com.adobe.granite.workflow.model.VersionException
- All Implemented Interfaces:
Serializable
VersionException is thrown on errors related to the versioning of workflow models.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVersionException(String message) Constructs a new VersionException with a message.VersionException(String message, Throwable cause) Constructs a new VersionException with message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VersionException
Constructs a new VersionException with message and cause.- Parameters:
message- the message related to this exception.cause- the cause of this exception.
-
VersionException
Constructs a new VersionException with a message.- Parameters:
message- the message related to this exception.
-