Class ServerStatusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eu.zajc.akiwrapper.core.exceptions.AkinatorException
org.eu.zajc.akiwrapper.core.exceptions.ServerStatusException
- All Implemented Interfaces:
Serializable
An exception indicating that the server returned an erroneous
Status.- Author:
- Marko Zajc
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eu.zajc.akiwrapper.core.exceptions.AkinatorException
getDebugInformationMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServerStatusException
-
-
Method Details
-
getStatus
- Returns:
- the erroneous
Statusreturned by the API.
-