de.bsvrz.kex.tls.osi2osi3.osi3
Class DestinationUnreachableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.bsvrz.kex.tls.osi2osi3.osi3.DestinationUnreachableException
All Implemented Interfaces:
Serializable

public class DestinationUnreachableException
extends Exception

Exception, die signalisiert, wenn ein Zielknoten nicht über OSI-3-Routing erreichbar ist.

Author:
Kappich Systemberatung
See Also:
Serialized Form

Constructor Summary
DestinationUnreachableException()
           
DestinationUnreachableException(String message)
           
 
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

DestinationUnreachableException

public DestinationUnreachableException()

DestinationUnreachableException

public DestinationUnreachableException(String message)