|
||||||||||
| 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.ibm.portal.portlet.service.credentialvault.CredentialVaultException
public abstract class CredentialVaultException
Exception that indicates an error in the credential vault subsystem.
| Constructor Summary | |
|---|---|
CredentialVaultException()
Default constructor |
|
CredentialVaultException(java.lang.Throwable e)
Constructor that takes a nested exception |
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getDescription(java.util.Locale aLocale)
Returns a language-specific detailed explanation of this exception. |
abstract ListModel<java.util.Locale> |
getLocales()
Returns the languages for which language-specific exception messages and explanations are provided. |
abstract MessageCode |
getMessageCode()
Returns the message code for this exception. |
abstract java.lang.String |
getTitle(java.util.Locale aLocale)
Returns a language-specific exception message for this exception. |
| 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 CredentialVaultException()
public CredentialVaultException(java.lang.Throwable e)
e - The nested exception| Method Detail |
|---|
public abstract java.lang.String getTitle(java.util.Locale aLocale)
getTitle in interface LocalizedaLocale - the locale for which to retrieve the title, must not
be null.
public abstract MessageCode getMessageCode()
null if no message is available.public abstract java.lang.String getDescription(java.util.Locale aLocale)
getDescription in interface LocalizedaLocale - the locale for which to retrieve the description, must not
be null.
public abstract ListModel<java.util.Locale> getLocales()
getLocales in interface Localized
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||