blackboard.platform.session
Class ScopeNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by blackboard.platform.session.ScopeNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class ScopeNotSupportedException
extends java.lang.RuntimeException

Runtime exception thrown by UserDataService when the caller tries to access a scope that is not available (for example, if the HttpSession is not available for the temporary scope)

Since:
Bb 7.3
Version:
$Revision: #1 $ $Date: 2007/06/27 $
See Also:
Serialized Form

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

ScopeNotSupportedException

public ScopeNotSupportedException()

ScopeNotSupportedException

public ScopeNotSupportedException(java.lang.String message)

ScopeNotSupportedException

public ScopeNotSupportedException(java.lang.String message,
                                  java.lang.Throwable cause)

ScopeNotSupportedException

public ScopeNotSupportedException(java.lang.Throwable cause)


Copyright © 2003 Blackboard, Inc. All Rights Reserved.