Class InvalidStatusException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidStatusException

public class InvalidStatusException extends AppianException
See Also:
  • Constructor Details

    • InvalidStatusException

      public InvalidStatusException()
    • InvalidStatusException

      protected InvalidStatusException(Environment env)
    • InvalidStatusException

      public InvalidStatusException(String message_)
  • Method Details

    • getErrorCode

      public ErrorCode getErrorCode()
      Description copied from class: AppianException
      Gets the error code associated with this exception. Subclasses should override this method to return specific error codes. The default implementation returns APNX-1-0000-000 (ErrorCode.GENERIC_ERROR).
      Overrides:
      getErrorCode in class AppianException
      See Also: