Class ServiceRegistryException

All Implemented Interfaces:
Serializable

public class ServiceRegistryException extends AxonException
Exception that is triggered when an error occurs that is related to the registration or deregistration of a member to the distributed command bus service registry.
See Also:
  • Constructor Details

    • ServiceRegistryException

      public ServiceRegistryException(String message)
      Initializes the exception using the given message.
      Parameters:
      message - The message describing the exception
    • ServiceRegistryException

      public ServiceRegistryException(String message, Throwable cause)
      Initializes the exception using the given message and cause.
      Parameters:
      message - The message describing the exception
      cause - The underlying cause of the exception