org.ow2.bonita.facade.exception
Class BonitaInternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ow2.bonita.util.BonitaRuntimeException
org.ow2.bonita.facade.exception.BonitaInternalException
- All Implemented Interfaces:
- java.io.Serializable
public class BonitaInternalException
- extends org.ow2.bonita.util.BonitaRuntimeException
Thrown if an internal Bonita error occurred.
Please contact Bonita by using the mailing list bonita AT ow2.org
- Author:
- Marc Blachon, Guillaume Porcher, Charles Souillard, Miguel Valdes, Pierre Vigneras
- See Also:
- Serialized Form
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. |
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 |
BonitaInternalException
public BonitaInternalException(java.lang.String message,
java.lang.Throwable cause)
- Constructs a BonitaInternalException with the specified detail message and the throwable cause.
- Parameters:
message
- msg the detail message.cause
- exception causing the abort.
BonitaInternalException
public BonitaInternalException(java.lang.String message)
- Constructs a BonitaInternalException with the specified detail message.
- Parameters:
message
- the detail message.
build
public static BonitaInternalException build(java.lang.RuntimeException exception)
Copyright © 2009 OW2 Consortium. All Rights Reserved.