Package java.security

Class KeyStoreException

    • Constructor Detail

      • KeyStoreException

        public KeyStoreException​(String msg)
        Constructs a new instance of KeyStoreException with the given message.
        Parameters:
        msg - the detail message for this exception.
      • KeyStoreException

        public KeyStoreException()
        Constructs a new instance of KeyStoreException.
      • KeyStoreException

        public KeyStoreException​(String message,
                                 Throwable cause)
        Constructs a new instance of KeyStoreException with the given message and the cause.
        Parameters:
        message - the detail message for this exception.
        cause - the exception which is the cause for this exception.
      • KeyStoreException

        public KeyStoreException​(Throwable cause)
        Constructs a new instance of KeyStoreException with the cause.
        Parameters:
        cause - the exception which is the cause for this exception.