| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.ibm.portal.app.service.backup.BackupServiceException
public class BackupServiceException
Occurs when anything unexpected happened while using the backup service.
Constructor Summary | |
---|---|
BackupServiceException()
Empty constructor | |
BackupServiceException(java.lang.Throwable cause)
Initializes the exception with the reason of the exception. | |
BackupServiceException(java.lang.Throwable cause,
Localized localized)
Initializes the exception with the reason of the exception and localized information. |
Method Summary | |
---|---|
java.lang.String | getDescription(java.util.Locale aLocale)
Returns the description of this object in the given locale. |
ListModel | getLocales()
Returns a list model containing the locales that are supported by this object. |
java.lang.String | getTitle(java.util.Locale aLocale)
Returns the title of this object in the given locale. |
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 BackupServiceException()
public BackupServiceException(java.lang.Throwable cause)
public BackupServiceException(java.lang.Throwable cause, Localized localized)
Method Detail |
---|
public java.lang.String getDescription(java.util.Locale aLocale)
null
.
null
.
It is up to the invoker of the method to implement an appropriate
fallback mechanismpublic ListModel getLocales()
public java.lang.String getTitle(java.util.Locale aLocale)
null
.
null
.
It is up to the invoker of the method to implement an appropriate
fallback mechanism.
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |