flux
Class EngineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by flux.EngineException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EngineCommunicationException, FileActionException

public class EngineException
extends java.lang.Exception

Indicates that a general failure has occurred when working with a Flux engine or related object.

Author:
Copyright 2014 Flux Corporation. All rights reserved.
See Also:
AgentException, Serialized Form

Constructor 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

EngineException

public EngineException(java.lang.String message)
Raises an engine exception.

Parameters:
message - The reason why the engine exception is being raised.

EngineException

public EngineException(java.lang.Throwable cause)
Raises an engine exception.

Parameters:
cause - The source of the engine exception being raised.

EngineException

public EngineException(java.lang.String message,
                       java.lang.Throwable cause)
Raises an engine exception.

Parameters:
message - The reason why the engine exception is being raised.
cause - The source of the engine exception being raised.


© 2014 Flux Corporation. All rights reserved.