Package javax.net.ssl
Class SSLPeerUnverifiedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- javax.net.ssl.SSLException
-
- javax.net.ssl.SSLPeerUnverifiedException
-
- All Implemented Interfaces:
Serializable
public class SSLPeerUnverifiedException extends SSLException
The exception that is thrown when the identity of a peer has not been verified.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SSLPeerUnverifiedException(String reason)Creates a newSSLPeerUnverifiedExceptionwith the specified message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SSLPeerUnverifiedException
public SSLPeerUnverifiedException(String reason)
Creates a newSSLPeerUnverifiedExceptionwith the specified message.- Parameters:
reason- the detail message for the exception.
-
-