org.ehcache.jsr107
Class MultiCacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.cache.CacheException
org.ehcache.jsr107.MultiCacheException
- All Implemented Interfaces:
- java.io.Serializable
public class MultiCacheException
- extends javax.cache.CacheException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MultiCacheException
public MultiCacheException()
MultiCacheException
public MultiCacheException(java.lang.Throwable t)
addThrowable
public void addThrowable(java.lang.Throwable t)
getThrowables
public java.util.List<java.lang.Throwable> getThrowables()
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
initCause
public java.lang.Throwable initCause(java.lang.Throwable cause)
- Overrides:
initCause
in class java.lang.Throwable
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause
in class java.lang.Throwable
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream ps)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter pw)
- Overrides:
printStackTrace
in class java.lang.Throwable
throwIfNotEmpty
public void throwIfNotEmpty()