Package com.nickuc.login.api.exception
Class nLoginRequestUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.nickuc.login.api.exception.nLoginRequestUnavailableException
- All Implemented Interfaces:
Serializable
Exception thrown when an API request could not be performed. Only thrown in
PROXY implementations.
How to fix it:
- Before use, check if the API is available with the
nLoginAPI.isAvailable()method
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionnLoginRequestUnavailableException(String message) nLoginRequestUnavailableException(String message, Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
nLoginRequestUnavailableException
-
nLoginRequestUnavailableException
-