dimawo.simulation.net
Class NetworkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by dimawo.simulation.net.NetworkException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TimeoutException

public class NetworkException
extends Exception

See Also:
Serialized Form

Constructor Summary
NetworkException()
           
NetworkException(String message)
           
NetworkException(String message, Throwable cause)
           
NetworkException(Throwable cause)
           
 
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()

NetworkException

public NetworkException(String message)

NetworkException

public NetworkException(Throwable cause)

NetworkException

public NetworkException(String message,
                        Throwable cause)


Copyright © 2011 DiMaWo Team. All Rights Reserved.