java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.turic.ExecutionException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExecutionException(String message, Exception cause) ExecutionException(String s, Object... params) ExecutionException(Throwable throwable) ExecutionException(Throwable throwable, ch.turic.memory.LngException embedded) ExecutionException(Throwable t, String s, Object... params) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExecutionException
-
ExecutionException
-
ExecutionException
-
ExecutionException
-
ExecutionException
-
-
Method Details
-
embedded
public ch.turic.memory.LngException embedded() -
when
- Throws:
ExecutionException
-
when
- Throws:
ExecutionException
-