Class NoSuchGroupException

All Implemented Interfaces:
Serializable

public class NoSuchGroupException extends NotFoundException
Exception thrown when a group with specified name is not existed.
See Also:
  • Constructor Details

    • NoSuchGroupException

      @FormatMethod public NoSuchGroupException(@FormatString String message, Object... args)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message.
      args - the arguments to the message.
    • NoSuchGroupException

      @FormatMethod public NoSuchGroupException(Throwable cause, String message, Object... args)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      cause - the cause.
      message - the detail message.
      args - the arguments to the message.