blackboard.platform.session
Class ScopeNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| 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 |
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.