Package co.cloudcraft.exception
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
co.cloudcraft.exception.CloudcraftException
co.cloudcraft.exception.AuthenticationException
- All Implemented Interfaces:
Serializable
Exception thrown when API access to Cloudcraft fails because of authentication failure typically
caused by missing or invalid API Key. In this case, server would have responded with HTTP Status
401.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class co.cloudcraft.exception.CloudcraftException
getCode, getMessage, getStatusCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationException
-