org.jbpm
Class InvalidIdException

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
                      extended byorg.jbpm.InvalidIdException
All Implemented Interfaces:
java.io.Serializable

public class InvalidIdException
extends PersistenceException

is thrown when an invalid id is supplied in one of the jbpm service methods.

See Also:
Serialized Form

Constructor Summary
InvalidIdException(java.lang.String msg)
           
InvalidIdException(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

InvalidIdException

public InvalidIdException(java.lang.String msg)

InvalidIdException

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


Version : jbpm-2.0