AMETAS.agentdev
Class NoActiveDestinationException

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

public class NoActiveDestinationException
extends MigrationException

Tritt auf, wenn die Migration aufgrund nicht aktiver Stellen nicht durchgeführt werden kann. Dies tritt dann ein, wenn die primäre Zielstelle nicht aktiv ist und entweder selbst eine permanente Stelle ist oder die Ersatzstelle im Falle einer temporären Stelle ebenfalls nicht aktiv ist.

See Also:
Serialized Form

Constructor Summary
NoActiveDestinationException()
          Standardkonstruktor.
NoActiveDestinationException(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

NoActiveDestinationException

public NoActiveDestinationException()
Standardkonstruktor.


NoActiveDestinationException

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

Parameters:
sMessage - Detailnachricht.