Package ratpack.core.handling
Class InjectionHandler.NoSuitableHandleMethodException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ratpack.core.handling.InjectionHandler.NoSuitableHandleMethodException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- InjectionHandler
public static class InjectionHandler.NoSuitableHandleMethodException extends RuntimeException
Exception thrown if the subclass doesn't provide a valid handle method.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuitableHandleMethodException(Class<?> clazz, SecurityException cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoSuitableHandleMethodException
public NoSuitableHandleMethodException(Class<?> clazz, SecurityException cause)
-
-