org.objectweb.proactive
Class ActiveObjectCreationException

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.ActiveObjectCreationException
All Implemented Interfaces:
java.io.Serializable

public class ActiveObjectCreationException
extends ProActiveException

An exception thrown when a problem occurs during the creation of an ActiveObject

see active object creation documentation

Since:
ProActive 0.9
Version:
1.0, 2001/10/23
Author:
ProActive Team
See Also:
Serialized Form

Constructor Summary
ActiveObjectCreationException()
          Constructs a ProActiveException with no specified detail message.
ActiveObjectCreationException(java.lang.String s)
          Constructs a ActiveObjectCreationException with the specified detail message.
ActiveObjectCreationException(java.lang.String s, java.lang.Throwable detail)
          Constructs a ActiveObjectCreationException with the specified detail message and nested exception.
ActiveObjectCreationException(java.lang.Throwable detail)
          Constructs a ActiveObjectCreationException with the specified detail message and nested exception.
 
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

ActiveObjectCreationException

public ActiveObjectCreationException()
Constructs a ProActiveException with no specified detail message.


ActiveObjectCreationException

public ActiveObjectCreationException(java.lang.String s)
Constructs a ActiveObjectCreationException with the specified detail message.

Parameters:
s - the detail message

ActiveObjectCreationException

public ActiveObjectCreationException(java.lang.String s,
                                     java.lang.Throwable detail)
Constructs a ActiveObjectCreationException with the specified detail message and nested exception.

Parameters:
s - the detail message
detail - the nested exception

ActiveObjectCreationException

public ActiveObjectCreationException(java.lang.Throwable detail)
Constructs a ActiveObjectCreationException with the specified detail message and nested exception.

Parameters:
detail - the nested exception


Copyright 2001-2007 INRIA All Rights Reserved.