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