org.jbpm
Class JbpmException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jbpm.JbpmException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ConfigurationException, DelegationException, ELException, JbpmPersistenceException, JbpmServiceException, JndiLookupException, JpdlException, XmlException
public class JbpmException
- extends RuntimeException
base exception used for all exceptions thrown in jBPM.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JbpmException
public JbpmException()
JbpmException
public JbpmException(String message,
Throwable cause)
JbpmException
public JbpmException(String message)
JbpmException
public JbpmException(Throwable cause)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.