public class BackupWarningException extends BackupException
Constructor and Description |
---|
BackupWarningException(String s)
Constructs a BackupWarningException with a possibly i18n'd detail message.
|
BackupWarningException(String s,
Object o) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BackupWarningException(String s)
s
- the detail message which is first checked for as a key for an i18n string.
If not found it will be used as the message itself.public BackupWarningException(String s, Object o)
s
- the detail message which is first checked for as a key for an i18n string.
If not found it will be used as the message itself.o
- the parameter for the recovered i18n string. I.e. "{0}" will be
replaced with o.toString(). If there is no i18n string located
o will be ignored.Copyright © 2021. All rights reserved.