public class DelegationTokenIOException extends IOException
| Modifier and Type | Field and Description |
|---|---|
protected static String |
TOKEN_MISMATCH
The far end is expecting a different token kind than
that which the client created.
|
static String |
TOKEN_WRONG_CLASS
Error: delegation token/token identifier class isn't the right one.
|
| Constructor and Description |
|---|
DelegationTokenIOException(String message) |
DelegationTokenIOException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String TOKEN_WRONG_CLASS
protected static final String TOKEN_MISMATCH
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.