public class MetacardBackupException extends Exception
| Constructor and Description |
|---|
MetacardBackupException()
Instantiates a new MetacardBackupException.
|
MetacardBackupException(String string)
Instantiates a new MetacardBackupException from a given string.
|
MetacardBackupException(String message,
Throwable throwable)
Instantiates a new MetacardBackupException with a message.
|
MetacardBackupException(Throwable throwable)
Instantiates a new MetacardBackupException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MetacardBackupException(String string)
string - the string to use for the exception.public MetacardBackupException()
public MetacardBackupException(String message, Throwable throwable)
message - the messagethrowable - the throwablepublic MetacardBackupException(Throwable throwable)
throwable - the throwableThis work is licensed under a Creative Commons Attribution 4.0 International License.