public class NonStopCacheException extends CacheException
| Constructor and Description |
|---|
NonStopCacheException()
Default constructor
|
NonStopCacheException(String message)
Constructor accepting a String message
|
NonStopCacheException(String message,
Throwable cause)
Constructor accepting a String message and a Throwable cause
|
NonStopCacheException(Throwable cause)
Constructor accepting a Throwable cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NonStopCacheException()
public NonStopCacheException(String message, Throwable cause)
message - cause - public NonStopCacheException(String message)
message - public NonStopCacheException(Throwable cause)
cause - Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.