com.metamatrix.platform.security.authorization.spi
Class AuthorizationSourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.metamatrix.core.MetaMatrixCoreException
              extended by com.metamatrix.api.exception.MetaMatrixException
                  extended by com.metamatrix.api.exception.MetaMatrixProcessingException
                      extended by com.metamatrix.admin.api.exception.security.MetaMatrixSecurityException
                          extended by com.metamatrix.platform.security.authorization.spi.AuthorizationSourceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AuthorizationSourceConnectionException

public class AuthorizationSourceException
extends MetaMatrixSecurityException

Thrown when an exception has occured in the Authorization Source. This exception will have been something other than a communication error with the source.

See Also:
AuthorizationSourceConnectionException, Serialized Form

Constructor Summary
AuthorizationSourceException()
          No-arg CTOR
AuthorizationSourceException(java.lang.String message)
          Constructs an instance of the exception with the specified detail message.
AuthorizationSourceException(java.lang.String code, java.lang.String message)
          Construct an instance with an error code and message specified.
AuthorizationSourceException(java.lang.Throwable e)
          Constructs an instance of the exception with no detail message but with a single exception.
AuthorizationSourceException(java.lang.Throwable e, java.lang.String message)
          Constructs an instance of the exception with the specified detail message and a single exception.
AuthorizationSourceException(java.lang.Throwable e, java.lang.String code, java.lang.String message)
          Construct an instance with a linked exception, and an error code and message, specified.
 
Method Summary
 
Methods inherited from class com.metamatrix.api.exception.MetaMatrixException
getChild, getCode, getFullMessage, getMessage, readExternal, setCode, toString, writeExternal
 
Methods inherited from class com.metamatrix.core.MetaMatrixCoreException
getCause, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthorizationSourceException

public AuthorizationSourceException()
No-arg CTOR


AuthorizationSourceException

public AuthorizationSourceException(java.lang.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

AuthorizationSourceException

public AuthorizationSourceException(java.lang.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

AuthorizationSourceException

public AuthorizationSourceException(java.lang.Throwable e,
                                    java.lang.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

AuthorizationSourceException

public AuthorizationSourceException(java.lang.String code,
                                    java.lang.String message)
Construct an instance with an error code and message specified.

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

AuthorizationSourceException

public AuthorizationSourceException(java.lang.Throwable e,
                                    java.lang.String code,
                                    java.lang.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


Copyright © 2009. All Rights Reserved.