Package org.apache.ofbiz.entity
Class GenericEntityConfException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ofbiz.base.util.GeneralException
-
- org.apache.ofbiz.entity.GenericEntityException
-
- org.apache.ofbiz.entity.GenericEntityConfException
-
- All Implemented Interfaces:
java.io.Serializable
public class GenericEntityConfException extends GenericEntityException
Thrown when there is a problem with the entity engine configuration.- See Also:
entity-config.xsd
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenericEntityConfException()
GenericEntityConfException(java.lang.String str)
GenericEntityConfException(java.lang.String str, java.lang.Throwable nested)
-
Method Summary
-
Methods inherited from class org.apache.ofbiz.base.util.GeneralException
checkException, checkException, getMessage, getMessageList, getNested, getNonNestedMessage, printStackTrace, printStackTrace, printStackTrace
-
-