Package no.ks.fiks.maskinporten.error
Class MaskinportenClientTokenRequestException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class MaskinportenClientTokenRequestException extends MaskinportenTokenRequestException
Used for client errors i.e when the response status for a token request is in the 4xx range
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerstatusCodeprivate final StringmaskinportenErrorprivate final Throwablecauseprivate final Stringmessage
-
Constructor Summary
Constructors Constructor Description MaskinportenClientTokenRequestException(String message, Integer statusCode, String maskinportenError)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class no.ks.fiks.maskinporten.error.MaskinportenTokenRequestException
getMaskinportenError, getStatusCode -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-