com.sun.n1.sps.model.util
Class NetworkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.n1.sps.model.util.ClientException
              extended by com.sun.n1.sps.model.util.NetworkException
All Implemented Interfaces:
java.io.Serializable

public class NetworkException
extends ClientException

A NetworkException results from a network problem.

See Also:
Serialized Form

Constructor Summary
NetworkException(java.lang.String inMessage)
           
NetworkException(java.lang.String inMessage, java.lang.Throwable inCause)
           
NetworkException(java.lang.Throwable inCause)
           
 
Method Summary
 
Methods inherited from class com.sun.n1.sps.model.util.ClientException
printStackTrace, printStackTrace, wrap
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, 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(java.lang.String inMessage,
                        java.lang.Throwable inCause)

NetworkException

public NetworkException(java.lang.Throwable inCause)

NetworkException

public NetworkException(java.lang.String inMessage)