com.softwareag.tamino.db.api.connection
Class TSessionStateUpdateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.softwareag.tamino.db.api.common.TException
              extended by com.softwareag.tamino.db.api.connection.TConnectionException
                  extended by com.softwareag.tamino.db.api.connection.TSessionStateUpdateException
All Implemented Interfaces:
java.io.Serializable

public class TSessionStateUpdateException
extends TConnectionException

TSessionStateUpdateException represents an exception that can occur during the attempt to update the session state. Such an exception should be thrown when a TSessionState instance tries to update its internal state but fails to do so.

Version:
$Revision: 1.4 $
Author:
Stefan Liebig
See Also:
Serialized Form

Constructor Summary
TSessionStateUpdateException(java.lang.Exception nestedException, java.util.Locale locale)
          Initializes a TSessionStateUpdateException instance with an internal nested exception.
TSessionStateUpdateException(java.lang.String message, java.lang.Exception nestedException, java.util.Locale locale)
          Initializes a TSessionStateUpdateException instance with a message and an internal nested exception.
TSessionStateUpdateException(java.lang.String message, java.util.Locale locale)
          Initializes a TSessionStateUpdateException instance with a message.
TSessionStateUpdateException(TResourceId resourceId, java.lang.Exception nestedException, java.util.Locale locale)
          Initializes a TSessionStateUpdateException instance with a resource message and an internal nested exception.
TSessionStateUpdateException(TResourceId resourceId, java.util.Locale locale)
          Initializes a TSessionStateUpdateException instance with a resource message.
 
Method Summary
 
Methods inherited from class com.softwareag.tamino.db.api.common.TException
getAccessFailureException, getAdditionalXMLMessageContent, getCause, getDeepestException, getDeepestTException, getExceptionMessage, getLocale, getMessageCode, getMessageContent, getNestedException, getResourceMessage, getRootCause, getRootTCause, getXMLMessage, getXMLMessage, hasAccessFailureException, hasCause, hasNestedException, printStackTrace, printStackTrace, printStackTrace, setLocale, toString, toXMLString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TSessionStateUpdateException

public TSessionStateUpdateException(java.lang.String message,
                                    java.util.Locale locale)
Initializes a TSessionStateUpdateException instance with a message.

Parameters:
message - is handed further to the base class.
locale - the locale

TSessionStateUpdateException

public TSessionStateUpdateException(java.lang.String message,
                                    java.lang.Exception nestedException,
                                    java.util.Locale locale)
Initializes a TSessionStateUpdateException instance with a message and an internal nested exception.

Parameters:
message - is handed further to the base class.
nestedException - can be nested into a TSessionStateUpdateException if it is given.
locale - the locale

TSessionStateUpdateException

public TSessionStateUpdateException(java.lang.Exception nestedException,
                                    java.util.Locale locale)
Initializes a TSessionStateUpdateException instance with an internal nested exception.

Parameters:
nestedException - can be nested into a TSessionStateUpdateException if it is given.
locale - the locale

TSessionStateUpdateException

public TSessionStateUpdateException(TResourceId resourceId,
                                    java.util.Locale locale)
Initializes a TSessionStateUpdateException instance with a resource message.

Parameters:
resourceId - containing the message of this exception
locale - the locale
See Also:
TResourceId

TSessionStateUpdateException

public TSessionStateUpdateException(TResourceId resourceId,
                                    java.lang.Exception nestedException,
                                    java.util.Locale locale)
Initializes a TSessionStateUpdateException instance with a resource message and an internal nested exception.

Parameters:
resourceId - containing the message of this exception
nestedException - can be nested into a TException if it is given
locale - the locale
See Also:
TResourceId


Copyright (c) 2013 Software AG. All Rights Reserved.