org.ow2.bonita.facade.exception
Class BonitaInternalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ow2.bonita.util.BonitaRuntimeException
                  extended by org.ow2.bonita.facade.exception.BonitaInternalException
All Implemented Interfaces:
java.io.Serializable

public class BonitaInternalException
extends 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.
 
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

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.
Method Detail

build

public static BonitaInternalException build(java.lang.RuntimeException exception)


Copyright © 2008 OW2 Consortium. All Rights Reserved.