blackboard.platform.security.authentication
Class BbSecurityException

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

public class BbSecurityException
extends java.lang.Exception

Exception class to semantically differentiate exceptions that happen during the execution of authentication methods.

Version:
1.0, 09/27/1999
See Also:
Serialized Form

Constructor Summary
BbSecurityException()
          Basic constructor inherited from BbException
BbSecurityException(javax.servlet.http.HttpServletRequest req)
           
BbSecurityException(java.lang.String strMsg)
          Basic constructor inherited from BbException
BbSecurityException(java.lang.String strMsg, javax.servlet.http.HttpServletRequest req)
           
BbSecurityException(java.lang.String strMsg, java.lang.String recallUrl)
           
 
Method Summary
 java.lang.String getRecallUrl()
           
 
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

BbSecurityException

public BbSecurityException()
Basic constructor inherited from BbException


BbSecurityException

public BbSecurityException(java.lang.String strMsg)
Basic constructor inherited from BbException

Parameters:
strMsg - the error message to associate with the exception

BbSecurityException

public BbSecurityException(javax.servlet.http.HttpServletRequest req)

BbSecurityException

public BbSecurityException(java.lang.String strMsg,
                           javax.servlet.http.HttpServletRequest req)

BbSecurityException

public BbSecurityException(java.lang.String strMsg,
                           java.lang.String recallUrl)
Method Detail

getRecallUrl

public java.lang.String getRecallUrl()


Copyright © 2003 Blackboard, Inc. All Rights Reserved.