Class MoeraNamingConnectionException

All Implemented Interfaces:
Serializable

public class MoeraNamingConnectionException extends JsonRpcConnectionException
Represents a specialized exception indicating a connection-related issue during interactions with the Moera Naming service.
See Also:
  • Constructor Details

    • MoeraNamingConnectionException

      public MoeraNamingConnectionException(String message)
      Constructs a new MoeraNamingConnectionException with the specified detail message.
      Parameters:
      message - the detail message explaining the reason for the exception
    • MoeraNamingConnectionException

      public MoeraNamingConnectionException(String message, Throwable cause)
      Constructs a new MoeraNamingConnectionException with the specified detail message and cause.
      Parameters:
      message - the detail message explaining the reason for the exception
      cause - the cause of the exception