All Downloads are FREE. Search and download functionalities are using the official Maven repository.

orbit.server.pipeline.PipelineException.kt Maven / Gradle / Ivy

/*
 Copyright (C) 2015 - 2019 Electronic Arts Inc.  All rights reserved.
 This file is part of the Orbit Project .
 See license in LICENSE.
 */

package orbit.server.pipeline

import orbit.shared.net.Message

class PipelineException(val lastMsgState: Message, val reason: Throwable) : Throwable(cause = reason)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy