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

com.avsystem.commons.rpc.akka.RemoteCallException.scala Maven / Gradle / Ivy

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