public class TInvocationRetryHandlerException extends TInvocationException
Constructor and Description |
---|
TInvocationRetryHandlerException(java.lang.Exception nestedException,
java.util.Locale locale)
Initializes a TInvocationRetryHandlerException instance with an internal nested exception.
|
TInvocationRetryHandlerException(java.lang.String message,
java.lang.Exception nestedException,
java.util.Locale locale)
Initializes a TInvocationRetryHandlerException instance with a message and an internal nested exception.
|
TInvocationRetryHandlerException(java.lang.String message,
java.util.Locale locale)
Initializes a TInvocationRetryHandlerException instance with a message.
|
TInvocationRetryHandlerException(TResourceId resourceId,
java.lang.Exception nestedException,
java.util.Locale locale)
Initializes a TInvocationRetryHandlerException instance with a resource message and an internal nested exception.
|
TInvocationRetryHandlerException(TResourceId resourceId,
java.util.Locale locale)
Initializes a TInvocationRetryHandlerException instance with a resource message.
|
isRetryPossible, setNoRetryPossible, setRetryPossible
getAccessFailureException, getAdditionalXMLMessageContent, getCause, getDeepestException, getDeepestTException, getExceptionMessage, getLocale, getMessageCode, getMessageContent, getNestedException, getResourceMessage, getRootCause, getRootTCause, getXMLMessage, getXMLMessage, hasAccessFailureException, hasCause, hasNestedException, printStackTrace, printStackTrace, printStackTrace, setLocale, toString, toXMLString
public TInvocationRetryHandlerException(java.lang.String message, java.util.Locale locale)
message
- is handed further to the base class.public TInvocationRetryHandlerException(java.lang.String message, java.lang.Exception nestedException, java.util.Locale locale)
message
- is handed further to the base class.nestedException
- can be nested into a TInvocationRetryHandlerException if it is given.public TInvocationRetryHandlerException(java.lang.Exception nestedException, java.util.Locale locale)
nestedException
- can be nested into a TInvocationRetryHandlerException if it is given.public TInvocationRetryHandlerException(TResourceId resourceId, java.util.Locale locale)
resourceId
- containing the message of this exceptionTResourceId
public TInvocationRetryHandlerException(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
Copyright (c) 2017 Software AG. All Rights Reserved.