
com.avsystem.commons.rpc.akka.RemoteCallException.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-akka_2.12.0-RC2 Show documentation
Show all versions of commons-akka_2.12.0-RC2 Show documentation
AVSystem commons library for Scala
The newest version!
package com.avsystem.commons
package rpc.akka
/**
* @author Wojciech Milewski
*/
final class RemoteCallException(exceptionName: String, remoteMessage: String) extends RuntimeException(
s"""Exception on the server: $exceptionName.
|Original message: $remoteMessage
|Please check logs on the server for whole stacktrace.
""".stripMargin)
object RemoteTimeoutException extends RuntimeException
© 2015 - 2025 Weber Informatics LLC | Privacy Policy