com.atlassian.crowd.manager.cache
Class CacheManagerException

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

public class CacheManagerException
extends java.lang.RuntimeException

See Also:
Serialized Form

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

CacheManagerException

public CacheManagerException()
Default constructor.


CacheManagerException

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

Parameters:
s - the message.

CacheManagerException

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

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

CacheManagerException

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

Parameters:
throwable - the Exception.


Copyright © 2010 Atlassian. All Rights Reserved.