org.objectweb.proactive.core.body.ft.exception
Class ProtocolErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.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
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 |
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.