public class IncomparableRouteMatchException extends Exception
RouteMatch
instances are attempted to be compared.| Constructor and Description |
|---|
IncomparableRouteMatchException(RouteMatch firstRouteMatch,
RouteMatch secondRouteMatch)
Constructs a
IncomparableRouteMatchException with the two
RouteMatch instance that caused the exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IncomparableRouteMatchException(RouteMatch firstRouteMatch, RouteMatch secondRouteMatch)
IncomparableRouteMatchException with the two
RouteMatch instance that caused the exception.firstRouteMatch - The first RouteMatch instance.secondRouteMatch - The second RouteMatch instance.Copyright © 2025 Open Identity Platform Community. All rights reserved.