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:
java.io.Serializable,org.bonitasoft.engine.exception.BonitaContextException
public class BusinessObjectDaoCreationException extends org.bonitasoft.engine.exception.CreationExceptionThrown to indicate that the DAO was not created.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BusinessObjectDaoCreationException(java.lang.String message)Constructs a BusinessObjectDaoCreationException with the specified message.BusinessObjectDaoCreationException(java.lang.Throwable cause)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, setWaitingMessageEventTypeOnContext
-
-
-
-
Constructor Detail
-
BusinessObjectDaoCreationException
public BusinessObjectDaoCreationException(java.lang.Throwable cause)
Constructs a BusinessObjectDaoCreationException with the specified cause.- Parameters:
cause- the cause
-
BusinessObjectDaoCreationException
public BusinessObjectDaoCreationException(java.lang.String message)
Constructs a BusinessObjectDaoCreationException with the specified message.- Parameters:
message- the explanations of the exception
-
-