Class EventStoreWriteRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.j5ik2o.event.store.adapter.java.EventStoreBaseRuntimeException
-
- com.github.j5ik2o.event.store.adapter.java.EventStoreWriteRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public final class EventStoreWriteRuntimeException extends EventStoreBaseRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventStoreWriteRuntimeException()EventStoreWriteRuntimeException(java.lang.String message)EventStoreWriteRuntimeException(java.lang.String message, java.lang.Throwable cause)EventStoreWriteRuntimeException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
EventStoreWriteRuntimeException
public EventStoreWriteRuntimeException()
-
EventStoreWriteRuntimeException
public EventStoreWriteRuntimeException(java.lang.String message)
-
EventStoreWriteRuntimeException
public EventStoreWriteRuntimeException(java.lang.String message, java.lang.Throwable cause)
-
EventStoreWriteRuntimeException
public EventStoreWriteRuntimeException(java.lang.Throwable cause)
-
-