Class ExpiredTokenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- software.amazon.awssdk.core.exception.SdkException
-
- software.amazon.awssdk.core.exception.SdkClientException
-
- software.amazon.awssdk.services.sso.auth.ExpiredTokenException
-
- All Implemented Interfaces:
Serializable
@SdkPublicApi public final class ExpiredTokenException extends SdkClientException
The session token that was passed is expired or is not valid.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExpiredTokenException.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExpiredTokenException.Builderbuilder()ExpiredTokenException.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.core.exception.SdkClientException
create, create, getMessage
-
Methods inherited from class software.amazon.awssdk.core.exception.SdkException
numAttempts, rawMessage, retryable
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
toBuilder
public ExpiredTokenException.Builder toBuilder()
- Overrides:
toBuilderin classSdkClientException
-
builder
public static ExpiredTokenException.Builder builder()
-
-