Package com.poscoict.glueframework.cache
Class GlueCacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.poscoict.glueframework.GlueException
com.poscoict.glueframework.cache.GlueCacheException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 GlueRemoteCacheException
Cache System에 관련된 에러가 발생하면 던져지는 Exception 클래스
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionGlueCacheException(String msg) 생성자(constructor).GlueCacheException(String msg, Throwable cause) 생성자(constructor). - 
Method Summary
Methods inherited from class com.poscoict.glueframework.GlueException
getRootCause, printStackTrace, printStackTrace, printStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString 
- 
Constructor Details
- 
GlueCacheException
생성자(constructor).- Parameters:
 msg- 에러 메시지
 - 
GlueCacheException
생성자(constructor).- Parameters:
 msg- 에러 메시지cause- 원인이 되는 Exception
 
 -