Class InventoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.neotropic.kuwaiba.core.apis.persistence.exceptions.InventoryException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ApplicationObjectNotFoundException
,ArraySizeMismatchException
,BusinessObjectNotFoundException
,BusinessRuleException
,ConnectionException
,DatabaseException
,ExecutionException
,InvalidArgumentException
,MetadataObjectNotFoundException
,NoCommercialModuleFoundException
,NotAuthorizedException
,OperationNotPermittedException
,ScriptNotCompiledException
,UnsupportedPropertyException
,WrongMappingException
public class InventoryException extends Exception
Root class for all custom exceptions in this package- Author:
- Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InventoryException()
InventoryException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InventoryException
public InventoryException()
-
InventoryException
public InventoryException(String msg)
-
-