public class ArchivedActivityInstanceNotFoundException extends NotFoundException
RuntimeException are checked exceptions.
Checked exceptions need to be declared in a method or constructor's throws clause if they can be thrown by the execution of the method or
constructor and propagate outside the method or constructor boundary.| Constructor and Description |
|---|
ArchivedActivityInstanceNotFoundException(Exception cause)
Constructs a new exception with the specified detail cause.
|
ArchivedActivityInstanceNotFoundException(long activityInstanceId)
Constructs a new exception with the specified detail message.
|
getContext, getMessage, getUserName, setConnectorActivationEventOnContext, setConnectorDefinitionIdOnContext, setConnectorDefinitionImplementationClassNameOnContext, setConnectorDefinitionVersionOnContext, setConnectorInstanceIdOnContext, setDataClassName, setDataName, setDocumentIdOnContext, setFlowNodeDefinitionIdOnContext, setFlowNodeInstanceIdOnContext, setFlowNodeNameOnContext, setGroupIdOnContext, setMessageInstanceNameOnContext, setMessageInstanceTargetFlowNodeOnContext, setMessageInstanceTargetProcessOnContext, setProcessDefinitionIdOnContext, setProcessDefinitionNameOnContext, setProcessDefinitionVersionOnContext, setProcessInstanceIdOnContext, setRoleIdOnContext, setRootProcessInstanceIdOnContext, setUserIdOnContext, setUserName, setWaitingMessageEventTypeOnContextaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ArchivedActivityInstanceNotFoundException(long activityInstanceId)
activityInstanceId - The identifier of the archived activity instance include on the detail message (which is saved for later retrieval by the
Throwable.getMessage() method).public ArchivedActivityInstanceNotFoundException(Exception cause)
cause - The cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the
cause is nonexistent or unknown.)Copyright © 2018 Bonitasoft S.A.. All rights reserved.