Package se.idkollen.client
Class IdkollenError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
se.idkollen.client.IdkollenError
- All Implemented Interfaces:
Serializable
Exception thrown by all client operations when a request cannot be completed.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
code
Short machine-readable error code (e.g."api","http","json","poll_timeout"). -
status
public final int statusHTTP status code returned by the server, or0for non-HTTP errors.
-
-
Constructor Details
-
IdkollenError
-