public final class NonceLoaderException extends Exception
An exception that occurred in the NonceLoader class. This exception will generally be passed to a listener rather than thrown. The user should fallback to not using NonceLoader library in case of failure.
Nested Class Summary
@interface | NonceLoaderException.ErrorCodes | Error codes for NonceLoader exceptions. |
Inherited Method Summary
From class java.lang.Throwable
synchronized final void |
addSuppressed(Throwable
arg0)
|
synchronized Throwable |
fillInStackTrace()
|
synchronized Throwable |
getCause()
|
String |
getLocalizedMessage()
|
String |
getMessage()
|
StackTraceElement[] |
getStackTrace()
|
synchronized final Throwable[] |
getSuppressed()
|
synchronized Throwable |
initCause(Throwable
arg0)
|
void |
printStackTrace()
|
void |
printStackTrace(PrintWriter
arg0)
|
void |
printStackTrace(PrintStream
arg0)
|
void |
setStackTrace(StackTraceElement[]
arg0)
|
String |
toString()
|