Class CookieRestrictionViolationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CookieRestrictionViolationException
    extends MalformedCookieException
    Signals that a cookie violates a restriction imposed by the cookie specification.
    Since:
    4.1
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CookieRestrictionViolationException

        public CookieRestrictionViolationException()
        Creates a new CookeFormatViolationException with a null detail message.
      • CookieRestrictionViolationException

        public CookieRestrictionViolationException​(java.lang.String message)
        Creates a new CookeRestrictionViolationException with a specified message string.
        Parameters:
        message - The exception detail message