Package org.apache.ofbiz.entity
Class GenericEntityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ofbiz.base.util.GeneralException
-
- org.apache.ofbiz.entity.GenericEntityException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
EntityCryptoException
,EntityEcaException
,EntityLockedException
,GenericCreateException
,GenericDataSourceException
,GenericDuplicateKeyException
,GenericEntityConfException
,GenericEntityNotFoundException
,GenericFindException
,GenericModelException
,GenericNoSuchEntityException
,GenericNotImplementedException
,GenericRemoveException
,GenericResultSetClosedException
,GenericStoreException
,GenericTransactionException
public class GenericEntityException extends GeneralException
GenericEntityException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenericEntityException()
GenericEntityException(java.lang.String str)
GenericEntityException(java.lang.String str, java.lang.Throwable nested)
GenericEntityException(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
-
-
-
-
Constructor Detail
-
GenericEntityException
public GenericEntityException()
-
GenericEntityException
public GenericEntityException(java.lang.Throwable nested)
-
GenericEntityException
public GenericEntityException(java.lang.String str)
-
GenericEntityException
public GenericEntityException(java.lang.String str, java.lang.Throwable nested)
-
-