Class CLightningPluginException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jrpc.clightning.plugins.exceptions.CLightningPluginException
-
- All Implemented Interfaces:
java.io.Serializable
public class CLightningPluginException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CLightningPluginException(int code, java.lang.String message)
CLightningPluginException(int code, java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCode()
java.lang.String
getErrorMessage()
-