Class ReflectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.flectone.pulse.exception.ReflectionException
- All Implemented Interfaces:
Serializable
Thrown when the plugin cannot reach a server internal it needs through reflection,
usually because the running version moved or renamed it.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReflectionException(String message, Throwable cause) Creates the exception around the failure that broke the lookup. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReflectionException
-