org.ehcache.jsr107
Class MultiCacheException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.cache.CacheException
                  extended by org.ehcache.jsr107.MultiCacheException
All Implemented Interfaces:
java.io.Serializable

public class MultiCacheException
extends javax.cache.CacheException

See Also:
Serialized Form

Constructor Summary
MultiCacheException()
           
MultiCacheException(java.lang.Throwable t)
           
 
Method Summary
 void addThrowable(java.lang.Throwable t)
           
 java.lang.Throwable getCause()
           
 java.lang.String getMessage()
           
 java.util.List<java.lang.Throwable> getThrowables()
           
 java.lang.Throwable initCause(java.lang.Throwable cause)
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream ps)
           
 void printStackTrace(java.io.PrintWriter pw)
           
 void throwIfNotEmpty()
           
 
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
 

Constructor Detail

MultiCacheException

public MultiCacheException()

MultiCacheException

public MultiCacheException(java.lang.Throwable t)
Method Detail

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()