Class SObjectNotFoundException

    • 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 -