Class ExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.streamthoughts.azkarra.api.errors.AzkarraException
-
- io.streamthoughts.azkarra.api.errors.ExecutionException
-
- All Implemented Interfaces:
Serializable
public class ExecutionException extends AzkarraException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecutionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ExecutionException
public ExecutionException(Throwable cause)
-
-