Class CcsDeletedException

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.CcsDeletedException
All Implemented Interfaces:
CcsExceptionInterface, Serializable

public class CcsDeletedException extends CcsClientGenericException
Already Deleted exception
See Also:
  • Constructor Details

    • CcsDeletedException

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

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