org.objectweb.proactive.core
Class ProActiveRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
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.