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, toString
public 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 © 2010-2018, ForgeRock All Rights Reserved.