Package org.openbravo.dal.xml
Class EntityNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openbravo.base.exception.OBException
-
- org.openbravo.dal.xml.EntityNotFoundException
-
- All Implemented Interfaces:
Serializable
public class EntityNotFoundException extends OBException
This Exception is thrown when a reference in xml does not exist as an object in the database.- Author:
- mtaal
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntityNotFoundException()
EntityNotFoundException(String message)
EntityNotFoundException(String message, Throwable cause)
EntityNotFoundException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.openbravo.base.exception.OBException
getLogger, isLogExceptionNeeded
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-