public class CacheObjectAttributeException extends CacheException
CacheObjectAttribute
.Constructor and Description |
---|
CacheObjectAttributeException(java.lang.Exception cause)
Construct a
CacheObjectAttributeException with an underlying cause. |
CacheObjectAttributeException(java.lang.String msg)
Construct a
CacheObjectAttributeException with a custom message. |
CacheObjectAttributeException(java.lang.String msg,
java.lang.Exception cause)
Construct a
CacheObjectAttributeException with an underlying cause and custom message. |
public CacheObjectAttributeException(java.lang.String msg)
CacheObjectAttributeException
with a custom message.msg
- the message.public CacheObjectAttributeException(java.lang.Exception cause)
CacheObjectAttributeException
with an underlying cause.cause
- the cause.public CacheObjectAttributeException(java.lang.String msg, java.lang.Exception cause)
CacheObjectAttributeException
with an underlying cause and custom message.msg
- the message.cause
- the cause.