|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
flux.EngineException
flux.EngineCommunicationException
public class EngineCommunicationException
Indicates that a communication failure, either at a low-level network level or a high-level protocol level, has occurred when working with an engine or related network object. For example, this exception can be raised if the network is down or an unexpected REST API is encountered.
Constructor Summary | |
---|---|
EngineCommunicationException(java.lang.String message)
Raises an engine communication exception. |
|
EngineCommunicationException(java.lang.String message,
java.lang.Throwable cause)
Raises an engine communication exception. |
|
EngineCommunicationException(java.lang.Throwable cause)
Raises an engine communication exception. |
Method Summary |
---|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EngineCommunicationException(java.lang.String message)
message
- The reason why the engine exception is being raised.public EngineCommunicationException(java.lang.Throwable cause)
cause
- The source of the engine communication exception being raised.public EngineCommunicationException(java.lang.String message, java.lang.Throwable cause)
message
- The reason why the engine communication exception is being raised.cause
- The source of the engine communication exception being raised.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |