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 Details

    • BusinessObjectDaoCreationException

      public BusinessObjectDaoCreationException(Throwable cause)
      Constructs a BusinessObjectDaoCreationException with the specified cause.
      Parameters:
      cause - the cause
    • BusinessObjectDaoCreationException

      public BusinessObjectDaoCreationException(String message)
      Constructs a BusinessObjectDaoCreationException with the specified message.
      Parameters:
      message - the explanations of the exception