Class GenericEntityException

All Implemented Interfaces:
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:
  • Constructor Details

    • GenericEntityException

      public GenericEntityException()
    • GenericEntityException

      public GenericEntityException(Throwable nested)
    • GenericEntityException

      public GenericEntityException(String str)
    • GenericEntityException

      public GenericEntityException(String str, Throwable nested)