Class BackupError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.maintenance.BackupError
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BackupFileAccessDenied
,BackupFileAlreadyExistsError
public class BackupError extends RuntimeException
- Author:
- Leonid Bushuev from JetBrains
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BackupError(String message)
BackupError(String message, Throwable cause)
BackupError(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-