Class IncompatibleArchivedVersionException

All Implemented Interfaces:
Serializable

public class IncompatibleArchivedVersionException extends AppianException
This exception is thrown if an archived process file is from an incompatible release version, requiring the migration of the archived process file(s).
See Also:
  • Constructor Details

    • IncompatibleArchivedVersionException

      public IncompatibleArchivedVersionException()
      Constructs a new exception with null as its detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable)
    • IncompatibleArchivedVersionException

      public IncompatibleArchivedVersionException(String message_)
      Constructs a new exception with the specified detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable)
      Parameters:
      message_ - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method