Class NoCredentialProvidedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sentrysoftware.metricshub.engine.common.exception.NoCredentialProvidedException
All Implemented Interfaces:
Serializable

public class NoCredentialProvidedException extends Exception
This exception is thrown when no credentials are provided.

NoCredentialProvidedException is a checked exception that indicates a scenario where the required credentials are not provided.

See Also:
  • Constructor Details

    • NoCredentialProvidedException

      public NoCredentialProvidedException()
      Constructs a new NoCredentialProvidedException with a default message. The default message is "No credentials provided."