org.objectweb.proactive.calcium.exceptions
Class PanicException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.proactive.calcium.exceptions.PanicException
All Implemented Interfaces:
java.io.Serializable

public class PanicException
extends java.lang.Exception

A panic exception indicates that all the execution must be halted as a result of this error.

Author:
The ProActive Team (mleyton)
See Also:
Serialized Form

Constructor Summary
PanicException(java.lang.String msg)
           
 
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

PanicException

public PanicException(java.lang.String msg)


Copyright 2001-2007 INRIA All Rights Reserved.