|
||||||||||
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
public class EngineException
Indicates that a general failure has occurred when working with a Flux engine or related object.
AgentException
,
Serialized FormConstructor Summary | |
---|---|
EngineException(java.lang.String message)
Raises an engine exception. |
|
EngineException(java.lang.String message,
java.lang.Throwable cause)
Raises an engine exception. |
|
EngineException(java.lang.Throwable cause)
Raises an engine 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 EngineException(java.lang.String message)
message
- The reason why the engine exception is being raised.public EngineException(java.lang.Throwable cause)
cause
- The source of the engine exception being raised.public EngineException(java.lang.String message, java.lang.Throwable cause)
message
- The reason why the engine exception is being raised.cause
- The source of the engine exception being raised.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |