public class SActorMappingImportException
extends org.bonitasoft.engine.commons.exceptions.SBonitaException
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 |
|---|
SActorMappingImportException(String message)
Constructs a new exception with the specified detail message.
|
SActorMappingImportException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
SActorMappingImportException(Throwable cause)
Constructs a new exception with the specified detail cause.
|
getContext, getExceptionId, getMessage, getParameters, setConnectorActivationEventOnContext, setConnectorDefinitionIdOnContext, setConnectorDefinitionImplementationClassNameOnContext, setConnectorDefinitionVersionOnContext, setConnectorInstanceIdOnContext, setDocumentIdOnContext, setFlowNodeDefinitionIdOnContext, setFlowNodeInstanceIdOnContext, setFlowNodeNameOnContext, setGroupIdOnContext, setMessageInstanceNameOnContext, setMessageInstanceTargetFlowNodeOnContext, setMessageInstanceTargetProcessOnContext, setProcessDefinitionIdOnContext, setProcessDefinitionNameOnContext, setProcessDefinitionVersionOnContext, setProcessInstanceIdOnContext, setRoleIdOnContext, setRootProcessInstanceIdOnContext, setUserIdOnContext, setWaitingMessageEventTypeOnContextaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SActorMappingImportException(String message, Throwable cause)
message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method).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.)public SActorMappingImportException(String message)
message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method).public SActorMappingImportException(Throwable 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 © 2014 Bonitasoft S.A.. All rights reserved.