mirror of
https://github.com/corda/corda.git
synced 2025-01-31 00:24:59 +00:00
Update comment on exception
This commit is contained in:
parent
1fc30fc559
commit
48e965453f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user