Class MissingResponseSerializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.quantummaid.eventmaid.useCases.building.MissingResponseSerializationException
-
- All Implemented Interfaces:
Serializable
public final class MissingResponseSerializationException extends RuntimeException
AnExceptionindicating, that no serialization rule for a use case's response could be applied.- See Also:
- EventMaid Documentation, Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MissingResponseSerializationExceptionmissingResponseSerializationException(String message)Creates a newMissingResponseSerializationExceptionfor the given message.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
missingResponseSerializationException
public static MissingResponseSerializationException missingResponseSerializationException(String message)
Creates a newMissingResponseSerializationExceptionfor the given message.- Parameters:
message- the exceptions message- Returns:
- the newly created
MissingResponseSerializationException
-
-