AMETAS.agentdev
Class MigrationAbortedException

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

public class MigrationAbortedException
extends MigrationException

Tritt auf, wenn die Migration unvorhergesehen abgebrochen wurde. Anders als bei einer RejectedException kann die Wiederholung der Migration erfolgreich sein; Grund für das Scheitern könnte ein Übertragungsproblem gewesen sein.

See Also:
Serialized Form

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

MigrationAbortedException

public MigrationAbortedException()
Standardkonstruktor.


MigrationAbortedException

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

Parameters:
sMessage - Detailnachricht.