Class PropertyInvocationException

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

public class PropertyInvocationException extends RuntimeException
Thrown if an error occurs while parsing a class annotated with CacheObjectAttribute.
See Also:
  • Constructor Details

    • PropertyInvocationException

      public PropertyInvocationException(String s, Throwable cause)
      Construct the exception.
      Parameters:
      s - the message.
      cause - the cause.