Update comment on exception

This commit is contained in:
Joseph Zuniga-Daly 2020-07-14 15:32:57 +01:00
parent 1fc30fc559
commit 48e965453f

View File

@ -96,6 +96,8 @@ class UnableToDetermineSerializerTypesException(message: String) : RuntimeExcept
/**
* Thrown when the custom serializer is found to be reading data from another type of custom serializer.
* This can happen if the user adds or removes CorDapps while checkpoints exist.
*
* This was expected to happen if the user adds or removes CorDapps while checkpoints exist but it turned out that registering serializers
* as default made the system reliable.
*/
class CustomCheckpointSerializersHaveChangedException(message: String) : RuntimeException(message)