public class BackupNotReadyException extends RuntimeException
| Constructor and Description |
|---|
BackupNotReadyException()
Constructs an exception with no message and no underlying cause.
|
BackupNotReadyException(String message)
Constructs an exception with the specified message.
|
BackupNotReadyException(String message,
Throwable cause)
Constructs an exception with the specified message and underlying
cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BackupNotReadyException()
public BackupNotReadyException(String message)
message - the message describing the specific nature of the errorCopyright © 2014. All Rights Reserved.