Class ModuleActionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.neotropic.kuwaiba.core.apis.integration.modules.ModuleActionException
-
- All Implemented Interfaces:
Serializable
public class ModuleActionException extends Exception
Thrown if the execution of a module action causes an unexpected managed error. This will be most likely a wrapper for regular InventoryExceptions , but not necessarily.- Author:
- Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModuleActionException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ModuleActionException
public ModuleActionException(String message)
-
-