org.qi4j.api.service
Class PassivationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.qi4j.api.service.PassivationException
All Implemented Interfaces:
Serializable

public class PassivationException
extends Exception

See Also:
Serialized Form

Constructor Summary
PassivationException(List<Exception> exceptions)
           
 
Method Summary
 Exception[] causes()
           
 void printStackTrace(PrintStream stream)
           
 void printStackTrace(PrintWriter writer)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PassivationException

public PassivationException(List<Exception> exceptions)
Method Detail

causes

public Exception[] causes()

printStackTrace

public void printStackTrace(PrintStream stream)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter writer)
Overrides:
printStackTrace in class Throwable