com.connecterra.ale.api
Class ImplementationException

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

public class ImplementationException
extends ALEException

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

ImplementationException

public ImplementationException()

ImplementationException

public ImplementationException(java.lang.String message)

ImplementationException

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

ImplementationException

public ImplementationException(java.lang.Throwable cause)