Class DfDborNotFoundException

All Implemented Interfaces:
IDfException, Serializable

public class DfDborNotFoundException extends DfServiceException
This exception is used to indicate that the DBOR was not found
Since:
5.1
See Also:
  • Constructor Details

    • DfDborNotFoundException

      public DfDborNotFoundException(String dbor)
      Signal to the client that the dbor was not found. The message contains the service dbor name.
      Parameters:
      dbor - dbor name
    • DfDborNotFoundException

      public DfDborNotFoundException(String dbor, Throwable cause)
      Signal to the client that the dbor was not found. The message contains the service dbor name.
      Parameters:
      dbor - dbor name