Class ResourceAlreadyExistsException

All Implemented Interfaces:
Serializable

public class ResourceAlreadyExistsException extends RuntimeException
Thrown when creating a resource that already exists.
See Also:
  • Constructor Details

    • ResourceAlreadyExistsException

      public ResourceAlreadyExistsException()
    • ResourceAlreadyExistsException

      public ResourceAlreadyExistsException(String message)
    • ResourceAlreadyExistsException

      public ResourceAlreadyExistsException(Throwable cause)
    • ResourceAlreadyExistsException

      public ResourceAlreadyExistsException(String message, Throwable cause)