org.objectweb.proactive.core
Class ProActiveRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.objectweb.proactive.core.ProActiveRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class ProActiveRuntimeException
extends java.lang.RuntimeException

Generic exception root of all runtime custom exceptions in ProActive

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

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

ProActiveRuntimeException

public ProActiveRuntimeException()

ProActiveRuntimeException

public ProActiveRuntimeException(java.lang.String message)

ProActiveRuntimeException

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

ProActiveRuntimeException

public ProActiveRuntimeException(java.lang.Throwable cause)


Copyright 2001-2005 INRIA All Rights Reserved.