public class TResponseBuildException extends TException
Constructor and Description |
---|
TResponseBuildException(java.lang.Exception nestedException,
java.util.Locale locale)
Initializes a TResponseBuildException instance with an internal nested exception.
|
TResponseBuildException(java.lang.String message,
java.lang.Exception nestedException,
java.util.Locale locale)
Initializes a TResponseBuildException instance with a message and an internal nested exception.
|
TResponseBuildException(java.lang.String message,
java.util.Locale locale)
Initializes a TResponseBuildException instance with a message.
|
TResponseBuildException(TResourceId resourceId,
java.lang.Exception nestedException,
java.util.Locale locale)
Initializes a TResponseBuildException instance with a resource message and an internal nested exception.
|
TResponseBuildException(TResourceId resourceId,
java.util.Locale locale)
Initializes a TResponseBuildException instance with a resource message.
|
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 TResponseBuildException(java.lang.String message, java.util.Locale locale)
message
- is handed further to the base class.locale
- the localepublic TResponseBuildException(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 TResponseBuildException if it is given.locale
- the localepublic TResponseBuildException(java.lang.Exception nestedException, java.util.Locale locale)
locale
- the localenestedException
- can be nested into a TResponseBuildException if it is given.public TResponseBuildException(TResourceId resourceId, java.util.Locale locale)
resourceId
- containing the message of this exceptionlocale
- the localeTResourceId
public TResponseBuildException(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 givenlocale
- the localeTResourceId
Copyright (c) 2017 Software AG. All Rights Reserved.