|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.dlese.dpc.services.dds.toolkit.DDSServiceErrorResponseException
public final class DDSServiceErrorResponseException
Indicates a standard error response was recieved from a DDS service request.
Constructor Summary | |
---|---|
DDSServiceErrorResponseException(String code,
String msg,
String serviceRequest)
Constructor for the DDSServiceErrorResponseException object |
Method Summary | |
---|---|
String |
getServiceRequestMade()
Gets the serviceRequestMade attribute of the DDSServiceErrorResponseException object |
String |
getServiceResponseCode()
Gets the serviceResponseCode. |
String |
getServiceResponseMessage()
Gets the serviceResponseMessage attribute of the DDSServiceErrorResponseException object |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DDSServiceErrorResponseException(String code, String msg, String serviceRequest)
code
- The error response codemsg
- The error resonse messageserviceRequest
- The service request madeMethod Detail |
---|
public String getServiceResponseCode()
public String getServiceResponseMessage()
public String getServiceRequestMade()
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |