Module java.base

Class CredentialException

    • Constructor Detail

      • CredentialException

        public CredentialException()
        Constructs a CredentialException with no detail message. A detail message is a String that describes this particular exception.
      • CredentialException

        public CredentialException​(String msg)
        Constructs a CredentialException with the specified detail message. A detail message is a String that describes this particular exception.
        Parameters:
        msg - the detail message.