org.jbpm
Class PersistenceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jbpm.util.lang.ChainedRuntimeException
                  extended byorg.jbpm.PersistenceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidIdException

public class PersistenceException
extends org.jbpm.util.lang.ChainedRuntimeException

is a runtime exception that is thrown if the database is not accessable.

See Also:
Serialized Form

Constructor Summary
PersistenceException(java.lang.String msg)
           
PersistenceException(java.lang.String msg, java.lang.Throwable cause)
           
 
Methods inherited from class org.jbpm.util.lang.ChainedRuntimeException
getCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersistenceException

public PersistenceException(java.lang.String msg)

PersistenceException

public PersistenceException(java.lang.String msg,
                            java.lang.Throwable cause)


Version : jbpm-2.0