tle.webcache
Class WebCacheException

java.lang.Object
  extended by java.lang.Throwable
      extended by tle.webcache.WebCacheException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CreateCacheEngineException, FailToGetCacheException, MakeCacheException

public abstract class WebCacheException
extends java.lang.Throwable

WebCacheÀÇ ¸ðµç ¿¹¿Ü°¡ »ó¼Ó¹Þ´Â ¿¹¿Ü Ŭ·¡½º

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

Field Summary
private  java.lang.Throwable cause
          ¿øÀÎ ¿¹¿Ü
 
Constructor Summary
WebCacheException(java.lang.String msg, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable 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
 

Field Detail

cause

private java.lang.Throwable cause
¿øÀÎ ¿¹¿Ü

Constructor Detail

WebCacheException

public WebCacheException(java.lang.String msg,
                         java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable