Uses of Interface
com.okta.sdk.error.Error
-
Packages that use Error Package Description com.okta.sdk.error.authc com.okta.sdk.resource -
-
Uses of Error in com.okta.sdk.error.authc
Classes in com.okta.sdk.error.authc that implement Error Modifier and Type Class Description class
IncorrectCredentialsException
A sub-class ofResourceException
representing an attempt to login using incorrect credentials.class
InvalidAuthenticationException
Thrown when the Authentication credentials (or access_token for OAuth requests) cannot be found in thehttpRequest
.class
InvalidCredentialsException
A sub-class ofResourceException
representing an attempt to login using an malformed credentials.class
MissingCredentialsException
Thrown when the an Authentication Request lacks a ClientCredentials.class
UnsupportedAuthenticationSchemeException
A sub-class ofResourceException
representing an authentication scheme not supported by Okta.Constructors in com.okta.sdk.error.authc with parameters of type Error Constructor Description IncorrectCredentialsException(Error error)
InvalidAuthenticationException(Error error)
InvalidCredentialsException(Error error)
MissingCredentialsException(Error error)
UnsupportedAuthenticationSchemeException(Error error)
-
Uses of Error in com.okta.sdk.resource
Classes in com.okta.sdk.resource that implement Error Modifier and Type Class Description class
ResourceException
A Runtime exception typically thrown when the remote server returns a non 20x response.Methods in com.okta.sdk.resource that return Error Modifier and Type Method Description Error
ResourceException. getError()
Returns the underlying RESTError
returned from the Okta API server.Constructors in com.okta.sdk.resource with parameters of type Error Constructor Description ResourceException(Error error)
-