Class EventStoreBaseRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.j5ik2o.event.store.adapter.java.EventStoreBaseRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DeserializationRuntimeException,EventStoreReadRuntimeException,EventStoreWriteRuntimeException,SerializationRuntimeException,TransactionRuntimeException
public abstract class EventStoreBaseRuntimeException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEventStoreBaseRuntimeException()protectedEventStoreBaseRuntimeException(java.lang.String message)protectedEventStoreBaseRuntimeException(java.lang.String message, java.lang.Throwable cause)protectedEventStoreBaseRuntimeException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
EventStoreBaseRuntimeException
protected EventStoreBaseRuntimeException()
-
EventStoreBaseRuntimeException
protected EventStoreBaseRuntimeException(java.lang.String message)
-
EventStoreBaseRuntimeException
protected EventStoreBaseRuntimeException(java.lang.String message, java.lang.Throwable cause)
-
EventStoreBaseRuntimeException
protected EventStoreBaseRuntimeException(java.lang.Throwable cause)
-
-