com.atlassian.crowd.manager.cache
Class NotInCacheException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.manager.cache.NotInCacheException
All Implemented Interfaces:
java.io.Serializable

public class NotInCacheException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
NotInCacheException()
          Default constructor.
NotInCacheException(java.lang.String s)
          Default constructor.
NotInCacheException(java.lang.String s, java.lang.Throwable throwable)
          Default constructor.
NotInCacheException(java.lang.Throwable throwable)
          Default constructor.
 
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

NotInCacheException

public NotInCacheException()
Default constructor.


NotInCacheException

public NotInCacheException(java.lang.String s)
Default constructor.

Parameters:
s - the message.

NotInCacheException

public NotInCacheException(java.lang.String s,
                           java.lang.Throwable throwable)
Default constructor.

Parameters:
s - the message.
throwable - the Exception.

NotInCacheException

public NotInCacheException(java.lang.Throwable throwable)
Default constructor.

Parameters:
throwable - the Exception.


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.