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:
java.io.Serializable
public class VersionException extends WorkflowException
VersionException is thrown on errors related to the versioning of workflow models.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VersionException(java.lang.String message)
Constructs a new VersionException with a message.VersionException(java.lang.String message, java.lang.Throwable cause)
Constructs a new VersionException with message and cause.
-
-
-
Constructor Detail
-
VersionException
public VersionException(java.lang.String message, java.lang.Throwable cause)
Constructs a new VersionException with message and cause.- Parameters:
message
- the message related to this exception.cause
- the cause of this exception.
-
VersionException
public VersionException(java.lang.String message)
Constructs a new VersionException with a message.- Parameters:
message
- the message related to this exception.
-
-