|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.enterprise.backup.BackupException
com.sun.enterprise.backup.BackupWarningException
public class BackupWarningException
| Constructor Summary | |
|---|---|
BackupWarningException(java.lang.String s)
Constructs a BackupWarningException with a possibly i18n'd detail message. |
|
BackupWarningException(java.lang.String s,
java.lang.Object o)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BackupWarningException(java.lang.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(java.lang.String s,
java.lang.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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||