Class NoCommercialModuleFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.neotropic.kuwaiba.core.apis.persistence.exceptions.InventoryException
-
- org.neotropic.kuwaiba.core.apis.persistence.exceptions.NoCommercialModuleFoundException
-
- All Implemented Interfaces:
Serializable
public class NoCommercialModuleFoundException extends InventoryException
Raised when a commercial module can not be found- Author:
- Adrián Fernando Martínez Molina <adrian.martinez@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoCommercialModuleFoundException(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
-
NoCommercialModuleFoundException
public NoCommercialModuleFoundException(String msg)
-
-