public abstract class NetworkException extends Exception
| Constructor and Description |
|---|
NetworkException()
Constructs a new exception with null as its detail message.
|
NetworkException(String message)
Constructs a new exception with the specified detail message.
|
NetworkException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
NetworkException(Throwable cause)
Constructs a new exception with the specified cause and a detail
message of (cause==null ?
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NetworkException()
public NetworkException(String message)
public NetworkException(String message, Throwable cause)
public NetworkException(Throwable cause)
Copyright © 2016 Java Wikipedia API (Bliki engine). All rights reserved.