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:
SAlreadyExistsException, SDeletionException, SExecutionException, SLifecycleException, SObjectAlreadyExistsException, SObjectCreationException, SObjectModificationException, SObjectNotFoundException, SObjectReadException, SReflectException

public abstract class SBonitaException extends Exception implements ExceptionContext, ScopedException
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