Class VersionException

All Implemented Interfaces:
Serializable

public class VersionException extends WorkflowException
VersionException is thrown on errors related to the versioning of workflow models.
See Also:
  • Constructor Details

    • VersionException

      public VersionException(String message, 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(String message)
      Constructs a new VersionException with a message.
      Parameters:
      message - the message related to this exception.