public class BackupOperationException extends Exception
| Constructor and Description |
|---|
BackupOperationException(String message)
BackupOperationException constructor.
|
BackupOperationException(String message,
Throwable e)
BackupOperationException constructor.
|
BackupOperationException(Throwable e)
BackupOperationException constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BackupOperationException(String message)
message - String, the exception messagepublic BackupOperationException(String message, Throwable e)
message - String, the exception messagee - Throwable, the cause exceptionpublic BackupOperationException(Throwable e)
e - Throwable, the cause exceptionCopyright © 2003–2021 eXo Platform SAS. All rights reserved.