| |||||||||
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.eventing.service.EventDistributionServiceException
public class EventDistributionServiceException
This is the root class for all exceptions thrown by the EventDistributionService. The Exception is thrown for any problems while accessing the backends needed by the EventDistributionService
Field Summary | |
---|---|
protected Localized | iLoc
localized object describing the exception. |
Constructor Summary | |
---|---|
EventDistributionServiceException(Localized aLocalized)
Constructor that gives a detailed message |
Method Summary | |
---|---|
java.lang.String | getDescription(java.util.Locale aLocale)
Returns the description of this object in the given locale. |
ListModel<java.util.Locale> | 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 |
Field Detail |
---|
protected final Localized iLoc
Constructor Detail |
---|
public EventDistributionServiceException(Localized aLocalized)
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<java.util.Locale> 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 |