org.ofbiz.entity
Class GenericRemoveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ofbiz.base.util.GeneralException
              extended by org.ofbiz.entity.GenericEntityException
                  extended by org.ofbiz.entity.GenericRemoveException
All Implemented Interfaces:
java.io.Serializable

public class GenericRemoveException
extends GenericEntityException

GenericRemoveException

See Also:
Serialized Form

Constructor Summary
GenericRemoveException()
           
GenericRemoveException(java.lang.String str)
           
GenericRemoveException(java.lang.String str, java.lang.Throwable nested)
           
 
Method Summary
 
Methods inherited from class org.ofbiz.base.util.GeneralException
checkException, checkException, getMessage, getMessageList, getNested, getNonNestedMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericRemoveException

public GenericRemoveException()

GenericRemoveException

public GenericRemoveException(java.lang.String str)

GenericRemoveException

public GenericRemoveException(java.lang.String str,
                              java.lang.Throwable nested)