public class SwiftBadRequestException extends SwiftInvalidResponseException
body, operation, statusCode, uri
Constructor and Description |
---|
SwiftBadRequestException(String message,
int statusCode,
String operation,
URI uri) |
SwiftBadRequestException(String message,
String operation,
URI uri,
org.apache.commons.httpclient.HttpMethod method) |
Modifier and Type | Method and Description |
---|---|
String |
exceptionTitle()
Override point: title of an exception -this is used in the
toString() method.
|
getBody, getOperation, getStatusCode, getUri, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public SwiftBadRequestException(String message, String operation, URI uri, org.apache.commons.httpclient.HttpMethod method)
public String exceptionTitle()
SwiftInvalidResponseException
exceptionTitle
in class SwiftInvalidResponseException
Copyright © 2015 Apache Software Foundation. All Rights Reserved.