org.objectweb.proactive.core
Class ProActiveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.proactive.core.ProActiveException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ActiveObjectCreationException, MigrationException, NodeException, QueueFullException, ServeException

public class ProActiveException
extends java.lang.Exception

Generic exception root of all non runtime custom exceptions in ProActive

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

Constructor Summary
ProActiveException()
           
ProActiveException(java.lang.String message)
           
ProActiveException(java.lang.String message, java.lang.Throwable cause)
           
ProActiveException(java.lang.Throwable cause)
           
 
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

ProActiveException

public ProActiveException()

ProActiveException

public ProActiveException(java.lang.String message)

ProActiveException

public ProActiveException(java.lang.String message,
                          java.lang.Throwable cause)

ProActiveException

public ProActiveException(java.lang.Throwable cause)


Copyright 2001-2007 INRIA All Rights Reserved.