Class InjectionHandler.NoSuitableHandleMethodException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    InjectionHandler

    public static class InjectionHandler.NoSuitableHandleMethodException
    extends java.lang.RuntimeException
    Exception thrown if the subclass doesn't provide a valid handle method.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NoSuitableHandleMethodException​(java.lang.Class<?> clazz, java.lang.SecurityException cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoSuitableHandleMethodException

        public NoSuitableHandleMethodException​(java.lang.Class<?> clazz,
                                               java.lang.SecurityException cause)