Class DatabaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.neotropic.kuwaiba.core.apis.persistence.exceptions.InventoryException
-
- org.neotropic.kuwaiba.core.apis.persistence.exceptions.DatabaseException
-
- All Implemented Interfaces:
Serializable
public class DatabaseException extends InventoryException
Thrown when an inconsistency in the database structure is detected- Author:
- Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatabaseException(String msg)
-
Method Summary
-
Methods inherited from class org.neotropic.kuwaiba.core.apis.persistence.exceptions.InventoryException
getCode, getMessageArgs, getMessageKey, getPrefix, setCode, setMessageArgs, setPrefix
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DatabaseException
public DatabaseException(String msg)
-
-