Package javax.net.ssl

Class SSLKeyException

All Implemented Interfaces:
Serializable

public class SSLKeyException
extends SSLException
The exception that is thrown when an invalid SSL key is encountered.
See Also:
Serialized Form
  • Constructor Details

    • SSLKeyException

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