Package javax.net.ssl

Class 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 Details

    • SSLPeerUnverifiedException

      public SSLPeerUnverifiedException​(String reason)
      Creates a new SSLPeerUnverifiedException with the specified message.
      Parameters:
      reason - the detail message for the exception.