Class NoSuchLocationNameException

All Implemented Interfaces:
Serializable

public class NoSuchLocationNameException extends NotFoundException
Exception thrown when a fileset location name is not found.
See Also:
  • Constructor Details

    • NoSuchLocationNameException

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

      @FormatMethod public NoSuchLocationNameException(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.