public class NamedCacheIndexAttributeException extends NamedCacheException
SossIndexAttribute
should be used only on public getter methods with no parameters. Return type should be serializable.Constructor and Description |
---|
NamedCacheIndexAttributeException(java.lang.String message)
Construct new exception object.
|
NamedCacheIndexAttributeException(java.lang.String message,
java.lang.Exception e)
Construct new exception object.
|
public NamedCacheIndexAttributeException(java.lang.String message, java.lang.Exception e)
message
- a message associated with this exceptione
- underlying exceptionpublic NamedCacheIndexAttributeException(java.lang.String message)
message
- a message associated with this exception