common-util

local.tomas.util.cache
Class CacheException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by local.tomas.util.cache.CacheException
All Implemented Interfaces:
Serializable

public class CacheException
extends Exception

Cache exception.

Author:
tomas
See Also:
Serialized Form

Constructor Summary
CacheException()
          Default constructor.
CacheException(String message)
          Construct cache exception from message.
CacheException(String message, Throwable cause)
          Construct cache exception from message and cause.
CacheException(Throwable cause)
          Construct cache exception from 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

CacheException

public CacheException()
Default constructor.


CacheException

public CacheException(String message)
Construct cache exception from message.

Parameters:
message - the message

CacheException

public CacheException(String message,
                      Throwable cause)
Construct cache exception from message and cause.

Parameters:
message - the message
cause - the root cause

CacheException

public CacheException(Throwable cause)
Construct cache exception from cause.

Parameters:
cause - root cause

common-util

Copyright © 2005-2007 Tomas Teubner. All Rights Reserved.