Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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.