public class ErrorResponseImpl extends Object implements ErrorResponse
ErrorResponse
.ERROR_RESPONSE, SIGNATURE_ENVIRONMENT_RESPONSE
Constructor and Description |
---|
ErrorResponseImpl() |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode()
Gets the error code.
|
String |
getInfo()
Gets verbose error information.
|
int |
getResponseType()
Gets the response type.
|
void |
setErrorCode(int code)
Sets the error code.
|
void |
setInfo(String info)
Sets the verbose error information.
|
public void setErrorCode(int code)
code
- The error code.public int getErrorCode()
ErrorResponse
getErrorCode
in interface ErrorResponse
public void setInfo(String info)
info
- The verbose error information.public String getInfo()
ErrorResponse
getInfo
in interface ErrorResponse
public int getResponseType()
getResponseType
in interface CreateXMLSignatureResponseElement
Copyright © 2016. All rights reserved.