package exception
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class BackupDeletionException(throwable: Throwable) extends Exception with GdprException with Product with Serializable
- case class BackupException(throwable: Throwable) extends Exception with GdprException with Product with Serializable
- case class BackupRestorationException(throwable: Throwable) extends Exception with GdprException with Product with Serializable
- case class DeletionException(throwable: Throwable) extends Exception with GdprException with Product with Serializable
- case class FailureDuringBackupDeletionAfterRestorationException(deletionException: DeletionException, backupDeletionThrowable: Throwable) extends Exception with GdprException with Product with Serializable
- case class FailureDuringBackupRestorationException(deletionException: DeletionException, restorationThrowable: Throwable) extends Exception with GdprException with Product with Serializable
- sealed trait GdprException extends AnyRef
Value Members
- object ConfigExceptions