|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.objectweb.proactive.core.ProActiveException
org.objectweb.proactive.core.body.request.ServeException
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 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 |
public ServeException()
ServeException
with no specified
detail message.
public ServeException(java.lang.String s)
CommunicationException
with the specified detail message.
s
- the detail messagepublic ServeException(java.lang.String s, java.lang.Throwable ex)
CommunicationException
with the specified
detail message and nested exception.
s
- the detail messageex
- the nested exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |