Class LocalAkkaActorRegistrationNotAllowed

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
csw.location.api.exceptions.LocalAkkaActorRegistrationNotAllowed
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class LocalAkkaActorRegistrationNotAllowed extends RuntimeException implements scala.Product, Serializable
An Exception representing failure in registering non remote actors

param: actorRefURI the reference of the Actor that is expected to be remote but instead it is local

See Also:
  • Constructor Details

    • LocalAkkaActorRegistrationNotAllowed

      public LocalAkkaActorRegistrationNotAllowed(URI actorRefURI)
  • Method Details

    • apply

      public abstract static R apply(T1 v1)
    • toString

      public static String toString()
    • actorRefURI

      public URI actorRefURI()