Class BackupServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.functional.administration.common.exception.BackupServiceException
All Implemented Interfaces:
Serializable

public class BackupServiceException extends VitamException
Define a BackupServiceException Exception to be thrown when something is not found
See Also:
  • Constructor Details

    • BackupServiceException

      public BackupServiceException(String message)
      Parameters:
      message - associated message
    • BackupServiceException

      public BackupServiceException(Throwable cause)
      Parameters:
      cause - associated cause
    • BackupServiceException

      public BackupServiceException(String messsage, Throwable cause)
      Parameters:
      messsage - associated message
      cause - associated cause