Package io.vertx.zero.exception
Class IpcMethodTargetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.horizon.exception.AbstractException
io.horizon.exception.BootingException
io.vertx.zero.exception.IpcMethodTargetException
- All Implemented Interfaces:
Serializable
public class IpcMethodTargetException
extends io.horizon.exception.BootingException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIpcMethodTargetException(Class<?> clazz, Method method, String to, String name) -
Method Summary
Methods inherited from class io.horizon.exception.BootingException
caller, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IpcMethodTargetException
-
-
Method Details
-
getCode
public int getCode()- Specified by:
getCodein classio.horizon.exception.BootingException
-