Class UnauthenticatedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.captaingoldfish.scim.sdk.common.exceptions.ScimException
-
- de.captaingoldfish.scim.sdk.common.exceptions.UnauthenticatedException
-
- All Implemented Interfaces:
Serializable
public class UnauthenticatedException extends ScimException
author Pascal Knueppel
created at: 13.07.2020 - 09:05
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.captaingoldfish.scim.sdk.common.exceptions.ScimException
responseHeaders, scimType, status
-
-
Constructor Summary
Constructors Constructor Description UnauthenticatedException(String message, AuthenticationScheme authenticationScheme, String realm)UnauthenticatedException(String message, List<AuthenticationScheme> authenticationScheme, String realm)
-
Method Summary
-
Methods inherited from class de.captaingoldfish.scim.sdk.common.exceptions.ScimException
getDetail
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnauthenticatedException
public UnauthenticatedException(String message, AuthenticationScheme authenticationScheme, String realm)
-
UnauthenticatedException
public UnauthenticatedException(String message, List<AuthenticationScheme> authenticationScheme, String realm)
-
-