Class SBonitaException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bonitasoft.engine.commons.exceptions.SBonitaException
All Implemented Interfaces:
Serializable, ExceptionContext, ScopedException
Direct Known Subclasses:
AuthenticationException, ConfigurationException, HandlerRegistrationException, HandlerUnregistrationException, IllegalIndexPositionException, ImportDuplicateInOrganizationException, NonUniqueResultException, SActivityCreationException, SActivityInstanceNotFoundException, SActivityModificationException, SActorCreationException, SActorDeletionException, SActorMemberAlreadyExistsException, SActorMemberCreationException, SActorMemberDeletionException, SActorMemberNotFoundException, SActorNotFoundException, SActorUpdateException, SAlreadyExistsException, SAProcessInstanceNotFoundException, SArchivingException, SBadTransactionStateException, SBonitaReadException, SBoundaryEventNotFoundException, SBPMEventHandlerException, SBusinessDataNotFoundException, SBusinessDataRepositoryException, SCacheException, SCategoryException, SClassLoaderException, SCommandAlreadyExistsException, SCommandCreationException, SCommandDeletionException, SCommandExecutionException, SCommandGettingException, SCommandNotFoundException, SCommandParameterizationException, SCommandUpdateException, SCommentAddException, SCommentDeletionException, SCommentException, SCommentNotFoundException, SComparisonException, SConnectorDefinitionNotFoundException, SConnectorException, SConnectorException, SConnectorInstanceCreationException, SConnectorInstanceDeletionException, SConnectorInstanceNotFoundException, SConnectorInstanceReadException, SConnectorValidationException, SContractDataCreationException, SContractDataDeletionException, SContractDataNotFoundException, SContractViolationException, SDataInstanceException, SDataInstanceNotWellFormedException, SDeletingActivatedTenantException, SDeletingEnabledProcessException, SDeletionException, SDependencyException, SEntityActionExecutionException, SequenceManagerException, SessionIdNotSetException, SEventInstanceException, SEventTriggerInstanceException, SExecutionException, SExpressionException, SFireEventException, SFlowElementModificationException, SFlowNodeDeletionException, SFlowNodeExecutionException, SFlowNodeModificationException, SFlowNodeNotFoundException, SFlowNodeReadException, SGatewayCreationException, SGatewayModificationException, SGatewayNotFoundException, SHandlerExecutionException, SHumanTaskAlreadyAssignedException, SIdentityException, SImportOrganizationException, SInvalidConnectorImplementationException, SInvalidEvaluationConnectorConditionException, SInvalidPageTokenException, SInvalidPageZipException, SInvalidPlatformCredentialsException, SJobListenerExecutionException, SLifecycleException, SLockException, SLockTimeoutException, SLoginException, SNotSerializableException, SObjectAlreadyExistsException, SObjectCreationException, SObjectModificationException, SObjectNotFoundException, SObjectReadException, SOperationExecutionException, SOutOfBoundException, SPageOutOfRangeException, SParameterNameNotFoundException, SParameterProcessNotFoundException, SPersistenceException, SPlatformAuthenticationException, SPlatformCommandAlreadyExistsException, SPlatformCommandCreationException, SPlatformCommandDeletionException, SPlatformCommandGettingException, SPlatformCommandNotFoundException, SPlatformCommandUpdateException, SPlatformDeletionException, SPlatformLoginException, SPlatformNotFoundException, SPlatformUpdateException, SProcessDefinitionException, SProcessDefinitionNotFoundException, SProcessDeletionException, SProcessDeploymentInfoUpdateException, SProcessDisablementException, SProcessEnablementException, SProcessInstanceCreationException, SProcessInstanceDeletionException, SProcessInstanceHierarchicalDeletionException, SProcessInstanceModificationException, SProcessInstanceNotFoundException, SProcessInstanceReadException, SProfileAlreadyExistsException, SProfileCreationException, SProfileDeletionException, SProfileException, SProfileGettingException, SProfileMemberCreationException, SProfileMemberDeletionException, SProfileMemberException, SProfileMemberNotFoundException, SProfileNotFoundException, SProfileUpdateException, SQueriableLogException, SQueriableLogNotFoundException, SRecorderException, SRefBusinessDataInstanceCreationException, SRefBusinessDataInstanceModificationException, SRefBusinessDataInstanceNotFoundException, SReflectException, SSchedulerException, SSearchException, SSessionException, SSessionException, SSupervisorAlreadyExistsException, SSupervisorCreationException, SSupervisorDeletionException, SSupervisorException, SSupervisorNotFoundException, STaskVisibilityException, STenantActivationException, STenantAlreadyExistException, STenantCreationException, STenantDeactivationException, STenantDeletionException, STenantException, STenantNotFoundException, STenantUpdateException, STransactionException, STransactionNotFoundException, STransactionResourceException, STransitionConditionEvaluationException, SUnknowStateCategory, SUnreleasableTaskException, SUserFilterExecutionException, SUserFilterLoadingException, SuserTaskSkipException, SWorkException, SWorkPreconditionException, SWorkRegisterException

public abstract class SBonitaException extends Exception implements ExceptionContext, ScopedException
Author:
Baptiste Mesta, Matthieu Chaffotte, Celine Souchet
See Also:
  • Constructor Details

    • SBonitaException

      protected SBonitaException()
      Default constructor
    • SBonitaException

      protected SBonitaException(Object... arguments)
      Parameters:
      arguments -
    • SBonitaException

      protected SBonitaException(String message)
      Parameters:
      message -
    • SBonitaException

      protected SBonitaException(String message, String scope)
    • SBonitaException

      protected SBonitaException(String message, Throwable cause)
      Parameters:
      message -
      cause -
    • SBonitaException

      protected SBonitaException(String message, String scope, Throwable cause)
    • SBonitaException

      protected SBonitaException(Throwable cause)
      Parameters:
      cause -
    • SBonitaException

      protected SBonitaException(Throwable cause, Object... arguments)
      Parameters:
      cause -
      arguments -
  • Method Details