Class ResourceAlreadyExistException

All Implemented Interfaces:
Serializable

public class ResourceAlreadyExistException extends RuntimeException
Exception thrown when an attempt is made to create a resource that already exists.
See Also:
  • Constructor Details

    • ResourceAlreadyExistException

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