Class SObjectNotFoundException

All Implemented Interfaces:
Serializable, ExceptionContext, ScopedException

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

    • SObjectNotFoundException

      public SObjectNotFoundException()
    • SObjectNotFoundException

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

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

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

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

      public SObjectNotFoundException(Throwable cause)
      Parameters:
      cause -