Class IncomparableRouteMatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.services.routing.IncomparableRouteMatchException
All Implemented Interfaces:
Serializable

public class IncomparableRouteMatchException extends Exception
An exception which is thrown when two incompatible RouteMatch instances are attempted to be compared.
See Also:
  • Constructor Details

    • IncomparableRouteMatchException

      public IncomparableRouteMatchException(RouteMatch firstRouteMatch, RouteMatch secondRouteMatch)
      Constructs a IncomparableRouteMatchException with the two RouteMatch instance that caused the exception.
      Parameters:
      firstRouteMatch - The first RouteMatch instance.
      secondRouteMatch - The second RouteMatch instance.