public class CacheException extends RuntimeException
| Constructor and Description |
|---|
CacheException() |
CacheException(CacheError error,
Object... params) |
CacheException(String message) |
CacheException(Throwable thrwbl,
CacheError error,
Object... params) |
| Modifier and Type | Method and Description |
|---|---|
CacheError |
getError() |
Object |
getParams() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CacheException()
public CacheException(String message)
public CacheException(Throwable thrwbl, CacheError error, Object... params)
public CacheException(CacheError error, Object... params)
public CacheError getError()
public Object getParams()
Copyright © 2016. All rights reserved.