Packages

package exception

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class BackupDeletionException(throwable: Throwable) extends Exception with GdprException with Product with Serializable
  2. case class BackupException(throwable: Throwable) extends Exception with GdprException with Product with Serializable
  3. case class BackupRestorationException(throwable: Throwable) extends Exception with GdprException with Product with Serializable
  4. case class DeletionException(throwable: Throwable) extends Exception with GdprException with Product with Serializable
  5. case class FailureDuringBackupDeletionAfterRestorationException(deletionException: DeletionException, backupDeletionThrowable: Throwable) extends Exception with GdprException with Product with Serializable
  6. case class FailureDuringBackupRestorationException(deletionException: DeletionException, restorationThrowable: Throwable) extends Exception with GdprException with Product with Serializable
  7. sealed trait GdprException extends AnyRef

Value Members

  1. object ConfigExceptions

Ungrouped