Package com.appiancorp.exceptions
Class AppianException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.appiancorp.suiteapi.common.exceptions.AppianException
com.appiancorp.exceptions.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.
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.Constructs a newAppianException
with an empty string as its detail message.AppianException
(ErrorCode errorCode, Object... errorCodeArgs) Deprecated.AppianException
(ErrorCode errorCode, Throwable cause) Deprecated.AppianException
(ErrorCode errorCode, Throwable cause, Object... errorCodeArgs) Deprecated.AppianException
(String message) Deprecated.this constructor will be removed in future releases, as all exception messages must be associated via an error code.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
(Throwable cause) Deprecated.Constructs a newAppianException
as a wrapper around theThrowable
passed in with a detail message of(cause==null ?
-
Method Summary
Methods inherited from class com.appiancorp.suiteapi.common.exceptions.AppianException
getErrorCode, getErrorCodeArguments, getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
AppianException
public AppianException()Deprecated.Constructs a newAppianException
with an empty string as its detail message. -
AppianException
Deprecated.this constructor will be removed in future releases, as all exception messages must be associated via an error code. -
AppianException
Deprecated.Constructs a newAppianException
as a wrapper around theThrowable
passed in with a detail message of(cause==null ? "" : cause.toString())
.- Parameters:
cause
- the cause, or theThrowable
that caused thisAppianException
to get thrown
-
AppianException
Deprecated.this constructor will be removed in future releases, as all exception messages must be associated via an error code. -
AppianException
Deprecated. -
AppianException
Deprecated. -
AppianException
Deprecated.
-
AppianException