tle.webcache
Class FailToGetCacheException

java.lang.Object
  extended by java.lang.Throwable
      extended by tle.webcache.WebCacheException
          extended by tle.webcache.FailToGetCacheException
All Implemented Interfaces:
java.io.Serializable

public class FailToGetCacheException
extends WebCacheException

ij½Ã¸¦ ±¸ÇÏ´Â µ¥ ½ÇÆÐÇÑ °æ¿ì¿¡ ¹ß»ýÇÑ´Ù.

Author:
ÃÖ¹ü±Õ
See Also:
Serialized Form

Constructor Summary
FailToGetCacheException(java.lang.String msg)
           
FailToGetCacheException(java.lang.String msg, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class tle.webcache.WebCacheException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

FailToGetCacheException

public FailToGetCacheException(java.lang.String msg,
                               java.lang.Throwable cause)

FailToGetCacheException

public FailToGetCacheException(java.lang.String msg)