Class APINoServerAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.le_app.mcss_api_java.exceptions.APINoServerAccessException
- All Implemented Interfaces:
Serializable
Thrown if the API token doesn't have access to a specified server
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAPINoServerAccessException(String message) Thrown if the API token doesn't have access to a specified server -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
APINoServerAccessException
Thrown if the API token doesn't have access to a specified server- Parameters:
message- The message to be displayed
-