org.objectweb.proactive.core.exceptions
Class NonFunctionalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.objectweb.proactive.core.exceptions.NonFunctionalException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BodyNonFunctionalException, ProxyNonFunctionalException

public class NonFunctionalException
extends java.lang.RuntimeException
implements java.io.Serializable

The root class of non functional exceptions

Author:
ProActive Team
See Also:
Serialized Form

Constructor Summary
NonFunctionalException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getNodeURL()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NonFunctionalException

public NonFunctionalException(java.lang.String message,
                              java.lang.Throwable cause)
Method Detail

getNodeURL

public java.lang.String getNodeURL()

toString

public java.lang.String toString()


Copyright 2001-2005 INRIA All Rights Reserved.