public class CacheException extends Exception
| Constructor and Description |
|---|
CacheException(String mesg)
This constructor initialises the exception message.
|
CacheException(String mesg,
Throwable t)
This constructor initialises the exception message.
|
CacheException(Throwable t)
This constructor initialises the associated exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.