Class DDSServiceErrorResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dlese.dpc.services.dds.toolkit.DDSServiceErrorResponseException
- All Implemented Interfaces:
Serializable
Indicates a standard error response was recieved from a DDS service request.
- Author:
- John Weatherley
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDDSServiceErrorResponseException(String code, String msg, String serviceRequest) Constructor for the DDSServiceErrorResponseException object -
Method Summary
Modifier and TypeMethodDescriptionGets the serviceRequestMade attribute of the DDSServiceErrorResponseException objectGets the serviceResponseCode.Gets the serviceResponseMessage attribute of the DDSServiceErrorResponseException objectMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DDSServiceErrorResponseException
Constructor for the DDSServiceErrorResponseException object- Parameters:
code- The error response codemsg- The error resonse messageserviceRequest- The service request made
-
-
Method Details
-
getServiceResponseCode
Gets the serviceResponseCode. A value of 'noRecordsMatch' indicates there were no matches for the given search.- Returns:
- The serviceResponseCode value
-
getServiceResponseMessage
Gets the serviceResponseMessage attribute of the DDSServiceErrorResponseException object- Returns:
- The serviceResponseMessage value
-
getServiceRequestMade
Gets the serviceRequestMade attribute of the DDSServiceErrorResponseException object- Returns:
- The serviceRequestMade value
-