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

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.objectweb.proactive.core.ProActiveException
                    |
                    +--org.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

Field Summary
 
Fields inherited from class org.objectweb.proactive.core.ProActiveException
detail
 
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 org.objectweb.proactive.core.ProActiveException
getMessage, getTargetException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, 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 © April 2004 INRIA All Rights Reserved.