Class FilesetAlreadyExistsException

All Implemented Interfaces:
Serializable

public class FilesetAlreadyExistsException extends AlreadyExistsException
Exception thrown when a file with specified name already exists.
See Also:
  • Constructor Details

    • FilesetAlreadyExistsException

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

      @FormatMethod public FilesetAlreadyExistsException(Throwable cause, @FormatString 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.