Class CredentialNotExternallyAvailableException

    • Constructor Detail

      • CredentialNotExternallyAvailableException

        protected CredentialNotExternallyAvailableException​(String newErrorCode,
                                                            String messageFormat,
                                                            Throwable cause,
                                                            Object[] exceptionDataEN,
                                                            Object[] exceptionData)
      • CredentialNotExternallyAvailableException

        public CredentialNotExternallyAvailableException​(Throwable cause)
        Credential.getProtectedPassword() may only called for credentials with the ExternallyAvailable flag set.
        Parameters:
        cause - The originating exception, null if this is the originating exception