Class MissingExceptionSerializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.quantummaid.eventmaid.usecases.building.MissingExceptionSerializationException
-
- All Implemented Interfaces:
Serializable
public final class MissingExceptionSerializationException extends RuntimeException
AnExceptionindicating, that no serialization rule for an exception thrown by a use case could be applied.- See Also:
- EventMaid Documentation, Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MissingExceptionSerializationExceptionmissingExceptionSerializationException(String message)Creates a newMissingExceptionSerializationExceptionfor 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
-
missingExceptionSerializationException
public static MissingExceptionSerializationException missingExceptionSerializationException(String message)
Creates a newMissingExceptionSerializationExceptionfor the given message.- Parameters:
message- the exceptions message- Returns:
- the newly created
MissingExceptionSerializationException
-
-