org.ow2.bonita.util
Class BonitaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.bonita.util.BonitaException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ActivityDefNotFoundException, ActivityNotFoundException, DataFieldNotFoundException, DeploymentException, IllegalTaskStateException, InstanceNotFoundException, NotImplementedException, ParticipantNotFoundException, ProcessNotFoundException, TaskNotFoundException, UnAuthorizedUserException, UncancellableInstanceException, UndeletableInstanceException, UndeletableProcessException, VariableNotFoundException

public abstract class BonitaException
extends java.lang.Exception

Parent class for checked exception.

Author:
Marc Blachon, Guillaume Porcher, Charles Souillard, Miguel Valdes, Pierre Vigneras
See Also:
Serialized Form

Constructor Summary
BonitaException(java.lang.String message)
           
BonitaException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
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

BonitaException

public BonitaException(java.lang.String message,
                       java.lang.Throwable cause)

BonitaException

public BonitaException(java.lang.String message)


Copyright © 2009 OW2 Consortium. All Rights Reserved.