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