Package org.spf4j.zel.vm
Class ZExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.util.concurrent.ExecutionException
-
- org.spf4j.zel.vm.ZExecutionException
-
- All Implemented Interfaces:
Serializable
public final class ZExecutionException extends ExecutionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ZExecutionException(Exception e)ZExecutionException(Object object)ZExecutionException(String msg)ZExecutionException(String message, Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddZelFrame(ZelFrame frame)ObjectgetPayload()List<ZelFrame>getZelframes()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-