Class SObjectAlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bonitasoft.engine.commons.exceptions.SBonitaException
org.bonitasoft.engine.commons.exceptions.SObjectAlreadyExistsException
All Implemented Interfaces:
Serializable, ExceptionContext, ScopedException

public class SObjectAlreadyExistsException extends SBonitaException
Author:
Baptiste Mesta
See Also:
  • Constructor Details

    • SObjectAlreadyExistsException

      public SObjectAlreadyExistsException()
    • SObjectAlreadyExistsException

      public SObjectAlreadyExistsException(Object... arguments)
      Parameters:
      arguments -
    • SObjectAlreadyExistsException

      public SObjectAlreadyExistsException(String message, Throwable cause)
      Parameters:
      message -
      cause -
    • SObjectAlreadyExistsException

      public SObjectAlreadyExistsException(String message)
      Parameters:
      message -
    • SObjectAlreadyExistsException

      public SObjectAlreadyExistsException(Throwable cause, Object... arguments)
      Parameters:
      cause -
      arguments -
    • SObjectAlreadyExistsException

      public SObjectAlreadyExistsException(Throwable cause)
      Parameters:
      cause -