Class FallthroughException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.armeria.server.annotation.FallthroughException
All Implemented Interfaces:
Serializable

public final class FallthroughException extends RuntimeException
A RuntimeException raised for falling through to the next something. It would be raised from ExceptionHandlerFunction, RequestConverterFunction and/or ResponseConverterFunction.
See Also:
Serialized Form