verinec.netsim
Class NetSimException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by verinec.VerinecException
              extended by verinec.netsim.NetSimException
All Implemented Interfaces:
Serializable

public class NetSimException
extends VerinecException

Until now this is the only exception for verinec.netsim.

Version:
$Revision: 47 $
Author:
Dominik Jungo
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
NetSimException()
          Currently we do nothing special, just forward to the Exception class
NetSimException(String message)
          Currently we do nothing special, just forward to the Exception class
NetSimException(String message, Throwable cause)
          Currently we do nothing special, just forward to the Exception class
NetSimException(Throwable cause)
          Currently we do nothing special, just forward to the Exception class
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

NetSimException

public NetSimException()
Currently we do nothing special, just forward to the Exception class


NetSimException

public NetSimException(String message)
Currently we do nothing special, just forward to the Exception class

Parameters:
message - the detail message

NetSimException

public NetSimException(String message,
                       Throwable cause)
Currently we do nothing special, just forward to the Exception class

Parameters:
message - the detail message
cause - the cause

NetSimException

public NetSimException(Throwable cause)
Currently we do nothing special, just forward to the Exception class

Parameters:
cause - the cause

Copyright © 2005 Verinec, DIUF