blackboard.platform.security.authentication
Class BbAuthenticationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by blackboard.platform.security.authentication.BbAuthenticationFailedException
All Implemented Interfaces:
java.io.Serializable

public class BbAuthenticationFailedException
extends java.lang.Exception

Exception used to indicate that an attempt to authenticate failed.

Version:
1.0, 10/07/1999
See Also:
Serialized Form

Constructor Summary
BbAuthenticationFailedException(java.lang.String strMsg)
           
BbAuthenticationFailedException(java.lang.String strMsg, java.lang.Throwable cause)
           
BbAuthenticationFailedException(java.lang.Throwable 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

BbAuthenticationFailedException

public BbAuthenticationFailedException(java.lang.String strMsg)

BbAuthenticationFailedException

public BbAuthenticationFailedException(java.lang.String strMsg,
                                       java.lang.Throwable cause)

BbAuthenticationFailedException

public BbAuthenticationFailedException(java.lang.Throwable cause)


Copyright © 2003 Blackboard, Inc. All Rights Reserved.