com.spotfire.server.security
Class AuthenticatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.spotfire.server.security.AuthenticatorException

public class AuthenticatorException
extends Exception

Thrown when the authentication manager cannot be properly instantiated, e.g., when the configuration parameters are incorrect.

Since:
DSS 7.3
See Also:
Serialized Form

Constructor Summary
AuthenticatorException()
          Creates a new AuthenticatorException instance with no detail message.
AuthenticatorException(String message)
          Creates a new AuthenticatorException instance with the specified detail message.
AuthenticatorException(String message, Throwable cause)
          Creates a new AuthenticatorException instance with the specified detail message and cause.
AuthenticatorException(Throwable cause)
          Creates a new AuthenticatorException instance with the specified cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticatorException

public AuthenticatorException()
Creates a new AuthenticatorException instance with no detail message.


AuthenticatorException

public AuthenticatorException(String message)
Creates a new AuthenticatorException instance with the specified detail message.

Parameters:
message - the detail message

AuthenticatorException

public AuthenticatorException(String message,
                              Throwable cause)
Creates a new AuthenticatorException instance with the specified detail message and cause.

Parameters:
message - the detail message
cause - the cause

AuthenticatorException

public AuthenticatorException(Throwable cause)
Creates a new AuthenticatorException instance with the specified cause.

Parameters:
cause - the cause


Copyright © 2000-2009 TIBCO Software Inc. All Rights Reserved.