Package org.apache.ofbiz.entity
Class EntityCryptoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ofbiz.base.util.GeneralException
-
- org.apache.ofbiz.entity.GenericEntityException
-
- org.apache.ofbiz.entity.EntityCryptoException
-
- All Implemented Interfaces:
java.io.Serializable
public class EntityCryptoException extends GenericEntityException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntityCryptoException()
EntityCryptoException(java.lang.String str)
EntityCryptoException(java.lang.String str, java.lang.Throwable nested)
EntityCryptoException(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
-
EntityCryptoException
public EntityCryptoException()
-
EntityCryptoException
public EntityCryptoException(java.lang.Throwable nested)
-
EntityCryptoException
public EntityCryptoException(java.lang.String str)
-
EntityCryptoException
public EntityCryptoException(java.lang.String str, java.lang.Throwable nested)
-
-