org.objectweb.proactive.core.body.request
Class ServeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.objectweb.proactive.core.ProActiveException
                    |
                    +--org.objectweb.proactive.core.body.request.ServeException
All Implemented Interfaces:
java.io.Serializable

public class ServeException
extends ProActiveException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.proactive.core.ProActiveException
detail
 
Constructor Summary
ServeException()
          Constructs a ServeException with no specified detail message.
ServeException(java.lang.String s)
          Constructs a CommunicationException with the specified detail message.
ServeException(java.lang.String s, java.lang.Throwable ex)
          Constructs a CommunicationException with the specified detail message and nested exception.
 
Methods inherited from class org.objectweb.proactive.core.ProActiveException
getMessage, getTargetException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServeException

public ServeException()
Constructs a ServeException with no specified detail message.


ServeException

public ServeException(java.lang.String s)
Constructs a CommunicationException with the specified detail message.

Parameters:
s - the detail message

ServeException

public ServeException(java.lang.String s,
                      java.lang.Throwable ex)
Constructs a CommunicationException with the specified detail message and nested exception.

Parameters:
s - the detail message
ex - the nested exception


Copyright © April 2004 INRIA All Rights Reserved.