public class CacheTimeoutException extends TimeoutException
CacheTimeoutException class.
Modifier | Constructor and Description |
---|---|
|
CacheTimeoutException()
Constructor for CacheTimeoutException.
|
|
CacheTimeoutException(String message)
Constructor for CacheTimeoutException.
|
|
CacheTimeoutException(String message,
Throwable cause)
Constructor for CacheTimeoutException.
|
protected |
CacheTimeoutException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructor for CacheTimeoutException.
|
|
CacheTimeoutException(Throwable cause)
Constructor for CacheTimeoutException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CacheTimeoutException()
Constructor for CacheTimeoutException.
public CacheTimeoutException(String message)
Constructor for CacheTimeoutException.
message
- a String
objectpublic CacheTimeoutException(String message, Throwable cause)
Constructor for CacheTimeoutException.
public CacheTimeoutException(Throwable cause)
Constructor for CacheTimeoutException.
cause
- a Throwable
objectCopyright © 2016–2024. All rights reserved.