AMETAS.agentdev
Class MigrationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byAMETAS.data.PlaceUserException
              extended byAMETAS.agentdev.MigrationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MigrationAbortedException, NoActiveDestinationException, RejectedException, UnknownDestinationException

public class MigrationException
extends PlaceUserException

Tritt auf, wenn die Migration nicht durchgeführt werden konnte.

See Also:
Serialized Form

Constructor Summary
MigrationException()
          Standardkonstruktor.
MigrationException(java.lang.String sMessage)
          Konstruktor mit Nachricht.
 
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

MigrationException

public MigrationException()
Standardkonstruktor.


MigrationException

public MigrationException(java.lang.String sMessage)
Konstruktor mit Nachricht.