com.connecterra.ale.api
Class EngineException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.connecterra.ale.api.ALEException
              extended bycom.connecterra.ale.api.ImplementationException
                  extended bycom.connecterra.ale.api.EngineException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DuplicateSubscriptionException

public class EngineException
extends ImplementationException

This exception is thrown when there is an internal failure within the ALE implementation.

For example, if the ale engine fails to write to a file or retrieve some data from an internal database, an API call could throw this exception.

See Also:
Serialized Form

Constructor Summary
EngineException()
           
EngineException(java.lang.String message)
           
EngineException(java.lang.String message, java.lang.Throwable cause)
           
EngineException(java.lang.Throwable cause)
           
 
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()

EngineException

public EngineException(java.lang.String message)

EngineException

public EngineException(java.lang.String message,
                       java.lang.Throwable cause)

EngineException

public EngineException(java.lang.Throwable cause)