Class AppianException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArchivedProcessException, ContentExpiredException, DatabaseOperationException, DuplicatePortletException, DuplicateWebServiceNameException, DuplicateWSRPProducerURLException, ExpressionException, GroupIsAttributeException, GroupsExtantException, HasChildrenException, IllegalRecursionException, ImportException, IncompatibleArchivedVersionException, InsufficientNameUniquenessException, InsufficientPrivilegesException, InvalidActivityClassParameterException, InvalidAdminException, InvalidApprovalStateException, InvalidAttachmentException, InvalidAttributeException, InvalidAttributeValueException, InvalidCategoryException, InvalidCommunityException, InvalidContentException, InvalidDataFormatException, InvalidDependencyException, InvalidDocumentException, InvalidEmailAddressException, InvalidEscalationException, InvalidEventException, InvalidExceptionTypeException, InvalidExpressionException, InvalidFolderException, InvalidFolderException, InvalidForumException, InvalidGroupException, InvalidGroupMessageException, InvalidGroupTypeException, InvalidJMSDestinationException, InvalidKnowledgeCenterException, InvalidLeaderMessageException, InvalidLinkException, InvalidLinkTypeException, InvalidLocalObjectTypeException, InvalidLoginException, InvalidMemberException, InvalidMemberPolicyException, InvalidMessageException, InvalidMetadataRuleException, InvalidNameException, InvalidNodeException, InvalidNodeMultiplicityException, InvalidNodeTypeLogicException, InvalidNodeTypeRecurringException, InvalidNoteException, InvalidNotificationException, InvalidNotificationTypeException, InvalidObjectTypeIdException, InvalidOperationException, InvalidPageException, InvalidParentException, InvalidPersonalContentException, InvalidPortletException, InvalidPortletTypeDefinitionException, InvalidPortletTypeException, InvalidPortletTypeStateException, InvalidPortletTypeStateFilterException, InvalidPriorityException, InvalidProcessException, InvalidProcessModelException, InvalidProcessVariableNameException, InvalidRejectionStateException, InvalidRoleException, InvalidScheduleTypeException, InvalidSecurityMapException, InvalidStateException, InvalidSupervisorException, InvalidTaskException, InvalidThreadException, InvalidTitleException, InvalidTypeMaskException, InvalidUuidException, InvalidVersionException, InvalidViewingPolicyException, InvalidWSRPProducerException, InvalidWSRPProducerURLException, InvalidZoneException, LockException, NonSystemTypesUnsupportedException, NotEmptyException, NotesLimitException, NotLockOwnerException, OutOfLinkTypesException, PendingApprovalException, PortletSharingException, ProcessAttachmentsLimitException, RecursiveRelationshipException, ReportComplexityException, ReportSizeException, StorageLimitException, SystemAttributeException, SystemGroupException, SystemGroupTypeException, TaskNavigationException, TooManyDocumentsException, UnsupportedAttributeTypeException, UnsupportedOperatorException, UnsupportedRelationshipException, UnsupportedReportSpecificationException, UnsupportedRoleException, UnsupportedTitleException, WriteException, WSImporterException

@Deprecated public class AppianException extends AppianException
Deprecated.
See Also:
  • Constructor Details

    • AppianException

      public AppianException()
      Deprecated.
      Constructs a new AppianException with an empty string as its detail message.
    • AppianException

      @Deprecated public AppianException(String message)
      Deprecated.
      this constructor will be removed in future releases, as all exception messages must be associated via an error code.
    • AppianException

      public AppianException(Throwable cause)
      Deprecated.
      Constructs a new AppianException as a wrapper around the Throwable passed in with a detail message of (cause==null ? "" : cause.toString()).
      Parameters:
      cause - the cause, or the Throwable that caused this AppianException to get thrown
    • AppianException

      @Deprecated public AppianException(String message, Throwable cause)
      Deprecated.
      this constructor will be removed in future releases, as all exception messages must be associated via an error code.
    • AppianException

      @Deprecated public AppianException(ErrorCode errorCode, Throwable cause)
      Deprecated.
    • AppianException

      @Deprecated public AppianException(ErrorCode errorCode, Object... errorCodeArgs)
      Deprecated.
    • AppianException

      @Deprecated public AppianException(ErrorCode errorCode, Throwable cause, Object... errorCodeArgs)
      Deprecated.