public final class TinkBugException extends RuntimeException
This exception is thrown by Tink in cases there is a guaranteed bug in Tink. No non-Tink code should throw such an exception.
| Constructor and Description |
|---|
TinkBugException(String message)
Constructs a new TinkBugException with the specified detail message.
|
TinkBugException(String message,
Throwable cause)
Constructs a new TinkBugException with the specified detail message and cause.
|
TinkBugException(Throwable cause)
Constructs a new TinkBugException as a wrapper on a root cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TinkBugException(String message)
public TinkBugException(String message, Throwable cause)
public TinkBugException(Throwable cause)