Class AlreadyExistsException

All Implemented Interfaces:
Serializable

public class AlreadyExistsException extends ValidationException
Thrown when an operation (such as create, or rename) expects a project, folder or resource to not exist, but does indeed exist.
See Also:
  • Field Details

  • Constructor Details

    • AlreadyExistsException

      public AlreadyExistsException(Ref ref, Locale locale)
    • AlreadyExistsException

      public AlreadyExistsException(Ref ref)
    • AlreadyExistsException

      public AlreadyExistsException(String msg)