org.objectweb.proactive.calcium.exceptions
Class EnvironmentException

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

public class EnvironmentException
extends java.lang.Exception

This exception is thrown when a task encounters environment problems that normally would not be present on other hosts. Re-executing the task on another (more proper) host should lead to a successful execution.

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

Constructor Summary
EnvironmentException(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

EnvironmentException

public EnvironmentException(java.lang.String msg)


Copyright 2001-2007 INRIA All Rights Reserved.