mirror of
https://github.com/corda/corda.git
synced 2025-02-22 02:06:45 +00:00
(cherry picked from commit 9963a6609ffc8b72b2e9323ab918aa0158b0f8cc)
This commit is contained in:
parent
21adcffd31
commit
4afbf78c79
@ -22,9 +22,10 @@ interface EvolutionSerializerFactory {
|
|||||||
class EvolutionSerializationException(remoteTypeInformation: RemoteTypeInformation, reason: String)
|
class EvolutionSerializationException(remoteTypeInformation: RemoteTypeInformation, reason: String)
|
||||||
: NotSerializableException(
|
: NotSerializableException(
|
||||||
"""
|
"""
|
||||||
Cannot construct evolution serializer for remote type ${remoteTypeInformation.prettyPrint(false)}
|
Cannot construct evolution serializer for remote type ${remoteTypeInformation.typeIdentifier.name}: $reason
|
||||||
|
|
||||||
$reason
|
Full type information:
|
||||||
|
${remoteTypeInformation.prettyPrint(false)}
|
||||||
""".trimIndent()
|
""".trimIndent()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user