mirror of
https://github.com/corda/corda.git
synced 2025-01-18 18:56:28 +00:00
Move class to the only place that uses it. (#2067)
This commit is contained in:
parent
5bdbd2457a
commit
55bcf295ee
@ -774,6 +774,7 @@ internal class FlowStarterImpl(private val serverThread: AffinityExecutor, priva
|
||||
}
|
||||
}
|
||||
|
||||
class ConfigurationException(message: String) : CordaException(message)
|
||||
/**
|
||||
* Thrown when a node is about to start and its network map cache doesn't contain any node.
|
||||
*/
|
||||
|
@ -1,7 +1,6 @@
|
||||
package net.corda.node.internal
|
||||
|
||||
import com.codahale.metrics.JmxReporter
|
||||
import net.corda.core.CordaException
|
||||
import net.corda.core.concurrent.CordaFuture
|
||||
import net.corda.core.identity.CordaX500Name
|
||||
import net.corda.core.internal.concurrent.openFuture
|
||||
@ -318,6 +317,4 @@ open class Node(configuration: NodeConfiguration,
|
||||
}
|
||||
}
|
||||
|
||||
class ConfigurationException(message: String) : CordaException(message)
|
||||
|
||||
data class NetworkMapInfo(val address: NetworkHostAndPort, val legalName: CordaX500Name)
|
||||
|
Loading…
Reference in New Issue
Block a user