org.objectweb.proactive.core
Class ProActiveRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.objectweb.proactive.core.ProActiveRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
GathercastTimeoutException

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)
           
 
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

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-2007 INRIA All Rights Reserved.