com.connecterra.ale.api
Class EngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.connecterra.ale.api.ALEException
com.connecterra.ale.api.ImplementationException
com.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
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 |
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)