info.bliki.api
Class NetworkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by info.bliki.api.NetworkException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MethodException, UnexpectedAnswerException

public abstract class NetworkException
extends java.lang.Exception

Base class for Exceptions thrown when something has gone wrong with the network

See Also:
Serialized Form

Constructor Summary
NetworkException()
          Constructs a new exception with null as its detail message.
NetworkException(java.lang.String message)
          Constructs a new exception with the specified detail message.
NetworkException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the specified detail message and cause.
NetworkException(java.lang.Throwable cause)
          Constructs a new exception with the specified cause and a detail message of (cause==null ?
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NetworkException

public NetworkException()
Constructs a new exception with null as its detail message.


NetworkException

public NetworkException(java.lang.String message)
Constructs a new exception with the specified detail message.


NetworkException

public NetworkException(java.lang.String message,
                        java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.


NetworkException

public NetworkException(java.lang.Throwable cause)
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).



Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.