public final class CorruptedUserIdException extends Lot49RuntimeException
demand-side user ID is corrupted (e.g.,
cannot be decoded by Utils.cookieToLogModUid(String)). Since this can happen quite
frequently, this follows a common pattern and overrides fillInStackTrace() with a no-op
in order to avoid an expensive operation.Copyright © Enremmeta LLC 2015. All Rights Reserved.
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Generated
|
| Constructor and Description |
|---|
CorruptedUserIdException(String userId,
String reason) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public Throwable fillInStackTrace()
fillInStackTrace in class Throwable