com.softwareag.tamino.db.api.invocation
Class TAuthorizationException

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.invocation.TInvocationException
                  extended by com.softwareag.tamino.db.api.invocation.TAuthorizationException
All Implemented Interfaces:
java.io.Serializable

public class TAuthorizationException
extends TInvocationException

TAuthorizationException represents a general purpose exception for authorization problems that occur during the communication with Tamino.

Version:
$Revision: 1.8 $
Author:
Marcus Schreyer
See Also:
Serialized Form

Constructor Summary
TAuthorizationException(java.lang.Exception nestedException, java.util.Locale locale)
          Initializes a TAuthorizationException instance with an internal nested exception.
TAuthorizationException(java.lang.String message, java.lang.Exception nestedException, java.util.Locale locale)
          Initializes a TAuthorizationException instance with a message and an internal nested exception.
TAuthorizationException(java.lang.String message, java.util.Locale locale)
          Initializes a TAuthorizationException instance with a message.
TAuthorizationException(TResourceId resourceId, java.lang.Exception nestedException, java.util.Locale locale)
          Initializes a TAuthorizationException instance with a resource message and an internal nested exception.
TAuthorizationException(TResourceId resourceId, java.util.Locale locale)
          Initializes a TAuthorizationException instance with a resource message.
 
Method Summary
 
Methods inherited from class com.softwareag.tamino.db.api.invocation.TInvocationException
isRetryPossible, setNoRetryPossible, setRetryPossible
 
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

TAuthorizationException

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

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

TAuthorizationException

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

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

TAuthorizationException

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

Parameters:
nestedException - can be nested into a TAuthorizationException if it is given.

TAuthorizationException

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

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

TAuthorizationException

public TAuthorizationException(TResourceId resourceId,
                               java.lang.Exception nestedException,
                               java.util.Locale locale)
Initializes a TAuthorizationException 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
See Also:
TResourceId


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