tle.webcache
Class WebCacheException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--tle.webcache.WebCacheException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CreateCacheEngineException, MakeCacheException

public abstract class WebCacheException
extends java.lang.Throwable

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

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

Field Summary
private  java.lang.Throwable cause
          ¿øÀÎ ¿¹¿Ü
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
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, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, 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()