private static class EventState.EmbeddedEventException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
private EventException |
eventException
Embedded exception.
|
private static long |
serialVersionUID
Serializable UID.
|
Constructor and Description |
---|
EventState.EmbeddedEventException(EventException eventException)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
EventException |
getEventException()
Get the embedded exception.
|
private static final long serialVersionUID
private final EventException eventException
public EventState.EmbeddedEventException(EventException eventException)
eventException
- embedded exceptionpublic EventException getEventException()
Copyright (c) 2003-2016 Apache Software Foundation