15 lines
255 B
Java
15 lines
255 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package com.tridium.platcrypto.util;
|
|
|
|
import javax.net.ssl.SSLException;
|
|
|
|
public class HostValidationException
|
|
extends SSLException {
|
|
public HostValidationException(String string) {
|
|
super(string);
|
|
}
|
|
}
|
|
|