Package org.bonitasoft.engine.bdm
Class BusinessObjectDaoCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bonitasoft.engine.exception.BonitaException
org.bonitasoft.engine.exception.CreationException
org.bonitasoft.engine.bdm.BusinessObjectDaoCreationException
- All Implemented Interfaces:
Serializable,org.bonitasoft.engine.exception.BonitaContextException
public class BusinessObjectDaoCreationException
extends org.bonitasoft.engine.exception.CreationException
Thrown to indicate that the DAO was not created.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBusinessObjectDaoCreationException(String message) Constructs a BusinessObjectDaoCreationException with the specified message.Constructs a BusinessObjectDaoCreationException with the specified cause. -
Method Summary
Methods inherited from class org.bonitasoft.engine.exception.BonitaException
getContext, getMessage, getUserName, setConnectorActivationEventOnContext, setConnectorDefinitionIdOnContext, setConnectorDefinitionImplementationClassNameOnContext, setConnectorDefinitionVersionOnContext, setConnectorInstanceIdOnContext, setDataClassName, setDataName, setDocumentIdOnContext, setFlowNodeDefinitionIdOnContext, setFlowNodeInstanceIdOnContext, setFlowNodeNameOnContext, setGroupIdOnContext, setMessageInstanceNameOnContext, setMessageInstanceTargetFlowNodeOnContext, setMessageInstanceTargetProcessOnContext, setProcessDefinitionIdOnContext, setProcessDefinitionNameOnContext, setProcessDefinitionVersionOnContext, setProcessInstanceIdOnContext, setRoleIdOnContext, setRootProcessInstanceIdOnContext, setUserIdOnContext, setUserName, setWaitingMessageEventTypeOnContextMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BusinessObjectDaoCreationException
Constructs a BusinessObjectDaoCreationException with the specified cause.- Parameters:
cause- the cause
-
BusinessObjectDaoCreationException
Constructs a BusinessObjectDaoCreationException with the specified message.- Parameters:
message- the explanations of the exception
-