csw.location.api.exceptions

Members list

Type members

Classlikes

case class CouldNotJoinCluster() extends RuntimeException

Represents the current node is not able to join the cluster

Represents the current node is not able to join the cluster

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class LocalPekkoActorRegistrationNotAllowed(actorRefURI: URI) extends RuntimeException

An Exception representing failure in registering non remote actors

An Exception representing failure in registering non remote actors

Value parameters

actorRefURI

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

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
sealed abstract class LocationServiceError(msg: String) extends RuntimeException

Attributes

Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes

An Exception representing failure in registration as other location is already registered in place of the given location

An Exception representing failure in registration as other location is already registered in place of the given location

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

An Exception representing failure in registration

An Exception representing failure in registration

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

An Exception representing failure in listing locations

An Exception representing failure in listing locations

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

An Exception representing failure in un-registration

An Exception representing failure in un-registration

Value parameters

connection

a connection for which un-registration failed

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all