|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.unido.ls5.eti.client.EtiLocalException
public class EtiLocalException
Exception that indicates that something went wrong in the local context of a jETI execution.
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 |
---|
public EtiLocalException()
public EtiLocalException(String message)
message
- the given messagepublic EtiLocalException(String message, Throwable cause)
message
- the given messagecause
- the causing throwablepublic EtiLocalException(Throwable cause)
cause
- the causing throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |