Class SObjectNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SObjectNotFoundException
    extends SBonitaException
    Author:
    Baptiste Mesta
    See Also:
    Serialized Form
    • Constructor Detail

      • SObjectNotFoundException

        public SObjectNotFoundException()
      • SObjectNotFoundException

        public SObjectNotFoundException​(java.lang.Object... arguments)
        Parameters:
        arguments -
      • SObjectNotFoundException

        public SObjectNotFoundException​(java.lang.String message,
                                        java.lang.Throwable cause)
        Parameters:
        message -
        cause -
      • SObjectNotFoundException

        public SObjectNotFoundException​(java.lang.String message)
        Parameters:
        message -
      • SObjectNotFoundException

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

        public SObjectNotFoundException​(java.lang.Throwable cause)
        Parameters:
        cause -