Class CcsAlreadyExistException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.ws.rs.WebApplicationException
jakarta.ws.rs.ClientErrorException
io.clonecloudstore.common.quarkus.exception.CcsClientGenericException
io.clonecloudstore.common.quarkus.exception.CcsAlreadyExistException
All Implemented Interfaces:
CcsExceptionInterface, Serializable

public class CcsAlreadyExistException extends CcsClientGenericException
Already Exists exception
See Also:
  • Constructor Details

    • CcsAlreadyExistException

      public CcsAlreadyExistException(String message)
      Constructor to CcsAlreadyExistException
      Parameters:
      message - Exception Message
    • CcsAlreadyExistException

      public CcsAlreadyExistException(String message, Throwable e)
      Constructor to CcsAlreadyExistException
      Parameters:
      message - Exception Message
      e - Throwable to associate