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

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

public class ProtocolErrorException
extends java.lang.RuntimeException

For interbal use : This exceoption occurs if a inconsistency in the FT protocol occurs.

Since:
ProActive 2.2
Author:
cdelbe
See Also:
Serialized Form

Constructor Summary
ProtocolErrorException()
           
ProtocolErrorException(java.lang.String message)
           
ProtocolErrorException(java.lang.String message, java.lang.Throwable cause)
           
ProtocolErrorException(java.lang.Throwable cause)
           
 
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

ProtocolErrorException

public ProtocolErrorException()

ProtocolErrorException

public ProtocolErrorException(java.lang.String message)
Parameters:
message -

ProtocolErrorException

public ProtocolErrorException(java.lang.Throwable cause)
Parameters:
cause -

ProtocolErrorException

public ProtocolErrorException(java.lang.String message,
                              java.lang.Throwable cause)
Parameters:
message -
cause -


Copyright 2001-2005 INRIA All Rights Reserved.