public class CacheWriterManagerException extends CacheException
CacheWriterManager implementation.| Constructor and Description |
|---|
CacheWriterManagerException(RuntimeException cause)
Construct a new exception
|
| Modifier and Type | Method and Description |
|---|---|
RuntimeException |
getCause() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CacheWriterManagerException(RuntimeException cause)
cause - the underlying cause for this exceptionpublic RuntimeException getCause()
Copyright 2001-2021, Terracotta, Inc.