Class GlueRemoteCacheException

All Implemented Interfaces:
Serializable

public class GlueRemoteCacheException extends GlueCacheException
Cache System에 관련된 에러가 발생하면 던져지는 Exception 클래스
See Also:
  • Constructor Details

    • GlueRemoteCacheException

      public GlueRemoteCacheException(String msg)
      생성자(constructor).
      Parameters:
      msg - 에러 메시지
    • GlueRemoteCacheException

      public GlueRemoteCacheException(String msg, Throwable cause)
      생성자(constructor).
      Parameters:
      msg - 에러 메시지
      cause - 원인이 되는 Exception