Package org.hertsstack.core.exception
Class InvokeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hertsstack.core.exception.InvokeException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvokeException extends java.lang.RuntimeException
Herts invoke error exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvokeException()
InvokeException(java.lang.String msg)
InvokeException(java.lang.String msg, java.lang.Throwable cause)
InvokeException(java.lang.Throwable cause)
-