Class CacheObjectAttributeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.scaleout.client.caching.CacheException
com.scaleout.client.caching.query.CacheObjectAttributeException
All Implemented Interfaces:
Serializable

public class CacheObjectAttributeException extends CacheException
Thrown if there is an error parsing a method annotated with CacheObjectAttribute.
See Also:
  • Constructor Details

    • CacheObjectAttributeException

      public CacheObjectAttributeException(String msg)
      Construct a CacheObjectAttributeException with a custom message.
      Parameters:
      msg - the message.
    • CacheObjectAttributeException

      public CacheObjectAttributeException(Exception cause)
      Construct a CacheObjectAttributeException with an underlying cause.
      Parameters:
      cause - the cause.
    • CacheObjectAttributeException

      public CacheObjectAttributeException(String msg, Exception cause)
      Construct a CacheObjectAttributeException with an underlying cause and custom message.
      Parameters:
      msg - the message.
      cause - the cause.