org.objectweb.proactive.core.body.ft.exception
Class NotImplementedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.objectweb.proactive.core.body.ft.exception.NotImplementedException
All Implemented Interfaces:
java.io.Serializable

public class NotImplementedException
extends java.lang.RuntimeException

Since:
2.2
Author:
cdelbe
See Also:
Serialized Form

Constructor Summary
NotImplementedException()
           
NotImplementedException(java.lang.String arg0)
           
NotImplementedException(java.lang.String arg0, java.lang.Throwable arg1)
           
NotImplementedException(java.lang.Throwable arg0)
           
 
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

NotImplementedException

public NotImplementedException()

NotImplementedException

public NotImplementedException(java.lang.String arg0)
Parameters:
arg0 -

NotImplementedException

public NotImplementedException(java.lang.Throwable arg0)
Parameters:
arg0 -

NotImplementedException

public NotImplementedException(java.lang.String arg0,
                               java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -


Copyright 2001-2005 INRIA All Rights Reserved.