TypeRegistryException
class TypeRegistryException(val messageEnum: TypeRegistryExceptionMessage, val typeName: String, cause: Throwable? = null, queryContext: QueryContext? = null) : DatabaseException
Constructors
Link copied to clipboard
constructor(messageEnum: TypeRegistryExceptionMessage, typeName: String, cause: Throwable? = null, queryContext: QueryContext? = null)