org.objectweb.proactive.core.body.migration
Class MigrationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.proactive.core.ProActiveException
              extended byorg.objectweb.proactive.core.body.migration.MigrationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SecurityMigrationException

public class MigrationException
extends ProActiveException

See Also:
Serialized Form

Constructor Summary
MigrationException()
           
MigrationException(java.lang.String s)
           
MigrationException(java.lang.String s, java.lang.Throwable t)
           
MigrationException(java.lang.Throwable t)
           
 
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()

MigrationException

public MigrationException(java.lang.String s)

MigrationException

public MigrationException(java.lang.String s,
                          java.lang.Throwable t)

MigrationException

public MigrationException(java.lang.Throwable t)


Copyright 2001-2005 INRIA All Rights Reserved.