org.objectweb.proactive.ext.security.exceptions
Class SecurityMigrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.proactive.core.ProActiveException
              extended by org.objectweb.proactive.core.body.migration.MigrationException
                  extended by org.objectweb.proactive.ext.security.exceptions.SecurityMigrationException
All Implemented Interfaces:
java.io.Serializable

public class SecurityMigrationException
extends MigrationException

Author:
acontes To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
See Also:
Serialized Form

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

SecurityMigrationException

public SecurityMigrationException()

SecurityMigrationException

public SecurityMigrationException(java.lang.String s)
Parameters:
s -

SecurityMigrationException

public SecurityMigrationException(java.lang.String s,
                                  java.lang.Throwable t)
Parameters:
s -
t -

SecurityMigrationException

public SecurityMigrationException(java.lang.Throwable t)
Parameters:
t -


Copyright 2001-2007 INRIA All Rights Reserved.