Class UnsatisfiedCookieValueRouteException

All Implemented Interfaces:
Serializable

public final class UnsatisfiedCookieValueRouteException extends UnsatisfiedRouteException
An exception thrown when the an CookieValue to a Route cannot be satisfied.
Since:
1.3.0
Author:
Fabien Renaud
See Also:
  • Constructor Details

    • UnsatisfiedCookieValueRouteException

      public UnsatisfiedCookieValueRouteException(String name, Argument<?> argument)
      Parameters:
      name - The name of the cookie
      argument - The Argument
  • Method Details

    • getCookieName

      public String getCookieName()
      Returns:
      The name of the cookie