|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ow2.bonita.util.BonitaRuntimeException
org.ow2.bonita.facade.exception.BonitaInternalException
public class BonitaInternalException
Thrown if an internal Bonita error occurred. Please contact Bonita by using the mailing list bonita AT ow2.org
Constructor Summary | |
---|---|
BonitaInternalException(java.lang.String message)
Constructs a BonitaInternalException with the specified detail message. |
|
BonitaInternalException(java.lang.String message,
java.lang.Throwable cause)
Constructs a BonitaInternalException with the specified detail message and the throwable cause. |
Method Summary | |
---|---|
static BonitaInternalException |
build(java.lang.RuntimeException exception)
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BonitaInternalException(java.lang.String message, java.lang.Throwable cause)
message
- msg the detail message.cause
- exception causing the abort.public BonitaInternalException(java.lang.String message)
message
- the detail message.Method Detail |
---|
public static BonitaInternalException build(java.lang.RuntimeException exception)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |