Class MoeraNamingException

All Implemented Interfaces:
Serializable

public class MoeraNamingException extends JsonRpcException
Represents an exception that is specific to naming-related errors.
See Also:
  • Constructor Details

    • MoeraNamingException

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

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