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