Class ReflectionException

All Implemented Interfaces:
Serializable

public class ReflectionException extends RuntimeException
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 Details

    • ReflectionException

      public ReflectionException(String message, Throwable cause)
      Creates the exception around the failure that broke the lookup.
      Parameters:
      message - what the plugin was looking for
      cause - the underlying failure