public class CacheManagerException extends RuntimeException
| Constructor and Description |
|---|
CacheManagerException()
Default constructor.
|
CacheManagerException(String s)
Default constructor.
|
CacheManagerException(String s,
Throwable throwable)
Default constructor.
|
CacheManagerException(Throwable throwable)
Default constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CacheManagerException()
public CacheManagerException(String s)
s - the message.public CacheManagerException(String s, Throwable throwable)
s - the message.throwable - the Exception.Copyright © 2016 Atlassian. All Rights Reserved.