public class THTTPInvocationFailureException extends TInvocationException
Constructor and Description |
---|
THTTPInvocationFailureException(int responseCode,
java.lang.String messageText,
java.lang.Exception cause,
java.util.Locale locale)
Deprecated.
This exception has been replaced by the THTTPCommunicationException.
|
THTTPInvocationFailureException(int responseCode,
java.lang.String messageText,
java.util.Locale locale)
Deprecated.
This exception has been replaced by the THTTPCommunicationException.
|
THTTPInvocationFailureException(TResourceId resourceId,
java.lang.Exception nestedException,
java.util.Locale locale)
Deprecated.
This exception has been replaced by the THTTPCommunicationException.
|
THTTPInvocationFailureException(TResourceId resourceId,
java.util.Locale locale)
Deprecated.
This exception has been replaced by the THTTPCommunicationException.
|
Modifier and Type | Method and Description |
---|---|
protected org.w3c.dom.Element |
getAdditionalXMLMessageContent(org.w3c.dom.Document document)
Deprecated.
This exception has been replaced by the THTTPCommunicationException.
|
java.lang.String |
getMessageText()
Deprecated.
This exception has been replaced by the THTTPCommunicationException.
|
int |
getReponseCode()
Deprecated.
This exception has been replaced by the THTTPCommunicationException.
|
boolean |
matchesResponseCode(int matchValue)
Deprecated.
This exception has been replaced by the THTTPCommunicationException.
|
boolean |
matchesResponseCode(int startValue,
int endValue)
Deprecated.
This exception has been replaced by the THTTPCommunicationException.
|
isRetryPossible, setNoRetryPossible, setRetryPossible
getAccessFailureException, getCause, getDeepestException, getDeepestTException, getExceptionMessage, getLocale, getMessageCode, getMessageContent, getNestedException, getResourceMessage, getRootCause, getRootTCause, getXMLMessage, getXMLMessage, hasAccessFailureException, hasCause, hasNestedException, printStackTrace, printStackTrace, printStackTrace, setLocale, toString, toXMLString
public THTTPInvocationFailureException(int responseCode, java.lang.String messageText, java.util.Locale locale)
responseCode
- the HTTP response code.messageText
- the message text.public THTTPInvocationFailureException(int responseCode, java.lang.String messageText, java.lang.Exception cause, java.util.Locale locale)
responseCode
- the HTTP response code.messageText
- the message text.public THTTPInvocationFailureException(TResourceId resourceId, java.util.Locale locale)
resourceId
- containing the message of this exceptionTResourceId
public THTTPInvocationFailureException(TResourceId resourceId, java.lang.Exception nestedException, java.util.Locale locale)
resourceId
- containing the message of this exceptionnestedException
- can be nested into a TException if it is givenTResourceId
public int getReponseCode()
public java.lang.String getMessageText()
public boolean matchesResponseCode(int matchValue)
the
- matchValue the value to matchpublic boolean matchesResponseCode(int startValue, int endValue)
startValue
- the start for the return value range.endValue
- the end of the return value range.protected org.w3c.dom.Element getAdditionalXMLMessageContent(org.w3c.dom.Document document)
getAdditionalXMLMessageContent
in class TException
Copyright (c) 2015 Software AG. All Rights Reserved.