public class StoreAccessException
extends java.lang.Exception
Cache.| Constructor and Description | 
|---|
| StoreAccessException(java.lang.String message)Creates a new exception with the provided message. | 
| StoreAccessException(java.lang.String message,
                    java.lang.Throwable cause)Creates a new exception wrapping the  causepassed in and with the provided message. | 
| StoreAccessException(java.lang.Throwable cause)Creates a new exception wrapping the  causepassed in. | 
public StoreAccessException(java.lang.Throwable cause)
cause passed in.cause - the cause of this exceptionpublic StoreAccessException(java.lang.String message,
                            java.lang.Throwable cause)
cause passed in and with the provided message.message - information about the exceptioncause - the cause of this exceptionpublic StoreAccessException(java.lang.String message)
message - information about the exception