
net.dongliu.cute.http.exception.TrustManagerLoadFailedException Maven / Gradle / Ivy
The newest version!
package net.dongliu.cute.http.exception;
/**
* Thrown when something wrong occurred when load certificate, construct trust manager, etc.
*/
public class TrustManagerLoadFailedException extends RequestsException {
public TrustManagerLoadFailedException(Exception e) {
super(e);
}
public TrustManagerLoadFailedException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy