AMETAS.agentdev
Class UnknownDestinationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byAMETAS.data.PlaceUserException
              extended byAMETAS.agentdev.MigrationException
                  extended byAMETAS.agentdev.UnknownDestinationException
All Implemented Interfaces:
java.io.Serializable

public class UnknownDestinationException
extends MigrationException

Tritt auf, wenn die Zielstelle unbekannt ist. Grund dafür ist in der Regel ein Fehler in der Angabe des Zielstellennamens.

See Also:
Serialized Form

Constructor Summary
UnknownDestinationException()
          Stanardkonstruktor.
UnknownDestinationException(java.lang.String sMessage)
          Konstruktor, dem eine Detailnachricht mitgegeben werden kann.
 
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

UnknownDestinationException

public UnknownDestinationException()
Stanardkonstruktor.


UnknownDestinationException

public UnknownDestinationException(java.lang.String sMessage)
Konstruktor, dem eine Detailnachricht mitgegeben werden kann.

Parameters:
sMessage - Detailnachricht.