Class OtherLocationIsRegistered

All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class OtherLocationIsRegistered extends LocationServiceError implements scala.Product, Serializable
An Exception representing failure in registration as other location is already registered in place of the given location
See Also:
  • Constructor Details

    • OtherLocationIsRegistered

      public OtherLocationIsRegistered(String msg)
    • OtherLocationIsRegistered

      public OtherLocationIsRegistered(Location location, Location otherLocation)
  • Method Details

    • apply

      public abstract static R apply(T1 v1)
    • toString

      public static String toString()
    • msg

      public String msg()