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