public class SPDYException extends RuntimeException
An unrecoverable exception that signals to the application that something wrong happened.
| Constructor and Description |
|---|
SPDYException() |
SPDYException(String message) |
SPDYException(String message,
Throwable cause) |
SPDYException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
SPDYException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 1995-2015 Webtide. All Rights Reserved.