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 classIncorrectCredentialsExceptionA sub-class ofResourceExceptionrepresenting an attempt to login using incorrect credentials.classInvalidAuthenticationExceptionThrown when the Authentication credentials (or access_token for OAuth requests) cannot be found in thehttpRequest.classInvalidCredentialsExceptionA sub-class ofResourceExceptionrepresenting an attempt to login using an malformed credentials.classMissingCredentialsExceptionThrown when the an Authentication Request lacks a ClientCredentials.classUnsupportedAuthenticationSchemeExceptionA sub-class ofResourceExceptionrepresenting 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 classResourceExceptionA 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 ErrorResourceException. getError()Returns the underlying RESTErrorreturned from the Okta API server.Constructors in com.okta.sdk.resource with parameters of type Error Constructor Description ResourceException(Error error)
-