Class DDSServiceErrorResponseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dlese.dpc.services.dds.toolkit.DDSServiceErrorResponseException
All Implemented Interfaces:
Serializable

public final class DDSServiceErrorResponseException extends Exception
Indicates a standard error response was recieved from a DDS service request.
Author:
John Weatherley
See Also:
  • Constructor Details

    • DDSServiceErrorResponseException

      public DDSServiceErrorResponseException(String code, String msg, String serviceRequest)
      Constructor for the DDSServiceErrorResponseException object
      Parameters:
      code - The error response code
      msg - The error resonse message
      serviceRequest - The service request made
  • Method Details

    • getServiceResponseCode

      public String getServiceResponseCode()
      Gets the serviceResponseCode. A value of 'noRecordsMatch' indicates there were no matches for the given search.
      Returns:
      The serviceResponseCode value
    • getServiceResponseMessage

      public String getServiceResponseMessage()
      Gets the serviceResponseMessage attribute of the DDSServiceErrorResponseException object
      Returns:
      The serviceResponseMessage value
    • getServiceRequestMade

      public String getServiceRequestMade()
      Gets the serviceRequestMade attribute of the DDSServiceErrorResponseException object
      Returns:
      The serviceRequestMade value