com.compoundtheory.objectcache
Class InvalidScopeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.compoundtheory.objectcache.InvalidScopeException
All Implemented Interfaces:
java.io.Serializable

public class InvalidScopeException
extends java.lang.Exception

Exception that is thrown when a scope is set to an invalid value

Author:
Mark Mandel
See Also:
Serialized Form

Constructor Summary
InvalidScopeException()
          Default constructor.
InvalidScopeException(java.lang.String msg)
          ObjectNotFound exception with a mesasge
 
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

InvalidScopeException

public InvalidScopeException()
Default constructor. Has the message 'Object not found'


InvalidScopeException

public InvalidScopeException(java.lang.String msg)
ObjectNotFound exception with a mesasge

Parameters:
msg -