com.github.jscookie.javacookie.CookieParseException Maven / Gradle / Ivy
The newest version!
package com.github.jscookie.javacookie;
public final class CookieParseException extends Exception {
private static final long serialVersionUID = 1;
@SuppressWarnings( "unused" )
private CookieParseException() {}
CookieParseException( Throwable cause ) {
super( cause );
}
CookieParseException( String msg ) {
super( msg );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy