com.poscoict.glueframework.cache.remote
Class GlueRemoteCacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.poscoict.glueframework.GlueException
com.poscoict.glueframework.cache.GlueCacheException
com.poscoict.glueframework.cache.remote.GlueRemoteCacheException
- All Implemented Interfaces:
- Serializable
public class GlueRemoteCacheException
- extends GlueCacheException
Cache System에 관련된 에러가 발생하면 던져지는 Exception 클래스
- See Also:
- Serialized Form
GlueRemoteCacheException
public GlueRemoteCacheException(String msg)
- 생성자(constructor).
- Parameters:
msg
- 에러 메시지
GlueRemoteCacheException
public GlueRemoteCacheException(String msg,
Throwable cause)
- 생성자(constructor).
- Parameters:
cause
- 원인이 되는 Exceptionmsg
- 에러 메시지
Copyright © 2013–2014 POSCO ICT SW제품기술팀. All rights reserved.