org.teiid.client.security
Class TeiidSecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.teiid.core.TeiidException
              extended by org.teiid.core.TeiidProcessingException
                  extended by org.teiid.client.security.TeiidSecurityException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidSessionException, LogonException, SessionServiceException

public class TeiidSecurityException
extends TeiidProcessingException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.teiid.core.TeiidException
code
 
Constructor Summary
TeiidSecurityException()
          No-Arg Constructor
TeiidSecurityException(String message)
          Constructs an instance of the exception with the specified detail message.
TeiidSecurityException(String code, String message)
          Construct an instance with an error code and message specified.
TeiidSecurityException(Throwable e)
          Constructs an instance of the exception with no detail message but with a single exception.
TeiidSecurityException(Throwable e, String message)
          Constructs an instance of the exception with the specified detail message and a single exception.
TeiidSecurityException(Throwable e, String code, String message)
          Construct an instance with a linked exception, and an error code and message, specified.
 
Method Summary
 
Methods inherited from class org.teiid.core.TeiidException
getChild, getCode, getFullMessage, getMessage, getOriginalType, setCode, setOriginalType, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TeiidSecurityException

public TeiidSecurityException()
No-Arg Constructor


TeiidSecurityException

public TeiidSecurityException(Throwable e,
                              String code,
                              String message)
Construct an instance with a linked exception, and an error code and message, specified.

Parameters:
e - An exception to chain to this exception
message - The error message
code - The error code

TeiidSecurityException

public TeiidSecurityException(String code,
                              String message)
Construct an instance with an error code and message specified.

Parameters:
message - The error message
code - The error code

TeiidSecurityException

public TeiidSecurityException(Throwable e,
                              String message)
Constructs an instance of the exception with the specified detail message and a single exception. A detail message is a String that describes this particular exception.

Parameters:
message - the detail message
e - the exception that is encapsulated by this exception

TeiidSecurityException

public TeiidSecurityException(Throwable e)
Constructs an instance of the exception with no detail message but with a single exception.

Parameters:
e - the exception that is encapsulated by this exception

TeiidSecurityException

public TeiidSecurityException(String message)
Constructs an instance of the exception with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
the - detail message


Copyright © 2012. All Rights Reserved.