Class FallthroughException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.armeria.server.annotation.FallthroughException
- All Implemented Interfaces:
Serializable
A
RuntimeException
raised for falling through to the next something. It would be raised from
ExceptionHandlerFunction
, RequestConverterFunction
and/or ResponseConverterFunction
.- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-