Package javax.net.ssl

Class SSLException

    • Constructor Detail

      • SSLException

        public SSLException​(String reason)
        Creates a new SSLException with the specified reason.
        Parameters:
        reason - the reason for the exception.
      • SSLException

        public SSLException​(String message,
                            Throwable cause)
        Creates a new SSLException with the specified message and cause.
        Parameters:
        message - the detail message for the exception.
        cause - the cause.
      • SSLException

        public SSLException​(Throwable cause)
        Creates a new SSLException with the specified cause.
        Parameters:
        cause - the cause