Class NoCredentialProvidedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sentrysoftware.metricshub.engine.common.exception.NoCredentialProvidedException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionConstructs a newNoCredentialProvidedExceptionwith a default message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoCredentialProvidedException
public NoCredentialProvidedException()Constructs a newNoCredentialProvidedExceptionwith a default message. The default message is "No credentials provided."
-