public class DelegationTokenIOException extends IOException
| Constructor and Description |
|---|
DelegationTokenIOException(String message) |
DelegationTokenIOException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static DelegationTokenIOException |
tokenMismatch(org.apache.hadoop.io.Text service,
org.apache.hadoop.io.Text expectedKind,
org.apache.hadoop.io.Text actualKind) |
static DelegationTokenIOException |
wrongTokenType(Class<? extends org.apache.hadoop.security.token.delegation.web.DelegationTokenIdentifier> expectedClass,
org.apache.hadoop.security.token.delegation.web.DelegationTokenIdentifier identifier) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DelegationTokenIOException(String message)
public static DelegationTokenIOException wrongTokenType(Class<? extends org.apache.hadoop.security.token.delegation.web.DelegationTokenIdentifier> expectedClass, org.apache.hadoop.security.token.delegation.web.DelegationTokenIdentifier identifier)
public static DelegationTokenIOException tokenMismatch(org.apache.hadoop.io.Text service, org.apache.hadoop.io.Text expectedKind, org.apache.hadoop.io.Text actualKind)
Copyright © 2023. All rights reserved.