Package javax.net.ssl

Class SSLProtocolException

All Implemented Interfaces:
Serializable

public class SSLProtocolException
extends SSLException
The exception that is thrown when an error in the operation of the SSL protocol is encountered.
See Also:
Serialized Form
  • Constructor Details

    • SSLProtocolException

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