de.unido.ls5.eti.client
Class EtiLocalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.unido.ls5.eti.client.EtiLocalException

public class EtiLocalException
extends Exception

Exception that indicates that something went wrong in the local context of a jETI execution.

Rating red

Constructor Summary
EtiLocalException()
          Instanciate a jETI Exception
EtiLocalException(String message)
          Instanciate a jETI Exception with given message.
EtiLocalException(String message, Throwable cause)
          Instanciate a jETI Exception with given message and causing throwable.
EtiLocalException(Throwable cause)
          Instanciate a jETI Exception with causing throwable.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EtiLocalException

public EtiLocalException()
Instanciate a jETI Exception


EtiLocalException

public EtiLocalException(String message)
Instanciate a jETI Exception with given message.

Parameters:
message - the given message

EtiLocalException

public EtiLocalException(String message,
                         Throwable cause)
Instanciate a jETI Exception with given message and causing throwable.

Parameters:
message - the given message
cause - the causing throwable

EtiLocalException

public EtiLocalException(Throwable cause)
Instanciate a jETI Exception with causing throwable.

Parameters:
cause - the causing throwable