Class EventStoreBaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.github.j5ik2o.event.store.adapter.java.EventStoreBaseException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DeserializationException,EventStoreWriteException,SerializationException,TransactionException
public abstract class EventStoreBaseException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEventStoreBaseException()protectedEventStoreBaseException(java.lang.String message)protectedEventStoreBaseException(java.lang.String message, java.lang.Throwable cause)protectedEventStoreBaseException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
EventStoreBaseException
protected EventStoreBaseException()
-
EventStoreBaseException
protected EventStoreBaseException(java.lang.String message)
-
EventStoreBaseException
protected EventStoreBaseException(java.lang.String message, java.lang.Throwable cause)
-
EventStoreBaseException
protected EventStoreBaseException(java.lang.Throwable cause)
-
-