|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.objectweb.proactive.core.ProActiveException | +--org.objectweb.proactive.core.exceptions.NonFunctionalException | +--org.objectweb.proactive.core.exceptions.communication.ProActiveCommunicationException | +--org.objectweb.proactive.core.exceptions.communication.SendCommunicationException
Send communication exception
Field Summary |
Fields inherited from class org.objectweb.proactive.core.exceptions.NonFunctionalException |
description |
Fields inherited from class org.objectweb.proactive.core.ProActiveException |
detail |
Constructor Summary | |
SendCommunicationException(java.lang.String s,
java.lang.Throwable ex)
Constructs a SendCommunicationException with the specified
detail message and nested exception. |
|
SendCommunicationException(java.lang.Throwable ex)
Constructs a SendCommunicationException with the specified
detail message and nested exception. |
Methods inherited from class org.objectweb.proactive.core.exceptions.NonFunctionalException |
getDescription |
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 |
public SendCommunicationException(java.lang.String s, java.lang.Throwable ex)
SendCommunicationException
with the specified
detail message and nested exception.
s
- the detail messageex
- the nested exceptionpublic SendCommunicationException(java.lang.Throwable ex)
SendCommunicationException
with the specified
detail message and nested exception.
ex
- the nested exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |