|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionHandling | |
---|---|
com.emarsys.ecommon.exceptions.handling | Provides a pluggable exception handling mechanism. |
com.emarsys.ecommon.mail.storage | Provides a framework for easy access to mail stores using the JavaMail(tm) API. |
Uses of ExceptionHandling in com.emarsys.ecommon.exceptions.handling |
---|
Classes in com.emarsys.ecommon.exceptions.handling that implement ExceptionHandling | |
---|---|
class |
ExceptionHandlerPool
ExceptionHandlerPool represents some kind of default
implementation of the ExceptionHandling interface
with almost no restrictions. |
class |
InternalExceptionHandlerPool
An InternalExceptionHandlerPool represents an
ExceptionHandlerPool that is associated with a single instance's
class. |
Methods in com.emarsys.ecommon.exceptions.handling that return ExceptionHandling | |
---|---|
static ExceptionHandling |
ExceptionHandlingProxy.getExceptionHandling(java.lang.Object obj)
|
ExceptionHandling |
ExceptionHandling.unionExceptionHandling(ExceptionHandling handling)
Will add all ExceptionHandler s from the passed handling
and overwrite already existing ones; already registered distinct
handlers will remain registered. |
ExceptionHandling |
InternalExceptionHandlerPool.unionExceptionHandling(ExceptionHandling handling)
|
ExceptionHandling |
ExceptionHandlerPool.unionExceptionHandling(ExceptionHandling handling)
|
ExceptionHandling |
ExceptionHandling.useExceptionHandling(ExceptionHandling handling)
Will overwrite this exception handlings behavior with the passed instance's one. |
ExceptionHandling |
InternalExceptionHandlerPool.useExceptionHandling(ExceptionHandling handling)
|
ExceptionHandling |
ExceptionHandlerPool.useExceptionHandling(ExceptionHandling handling)
|
Methods in com.emarsys.ecommon.exceptions.handling with parameters of type ExceptionHandling | |
---|---|
ExceptionHandling |
ExceptionHandling.unionExceptionHandling(ExceptionHandling handling)
Will add all ExceptionHandler s from the passed handling
and overwrite already existing ones; already registered distinct
handlers will remain registered. |
ExceptionHandling |
InternalExceptionHandlerPool.unionExceptionHandling(ExceptionHandling handling)
|
ExceptionHandling |
ExceptionHandlerPool.unionExceptionHandling(ExceptionHandling handling)
|
ExceptionHandling |
ExceptionHandling.useExceptionHandling(ExceptionHandling handling)
Will overwrite this exception handlings behavior with the passed instance's one. |
ExceptionHandling |
InternalExceptionHandlerPool.useExceptionHandling(ExceptionHandling handling)
|
ExceptionHandling |
ExceptionHandlerPool.useExceptionHandling(ExceptionHandling handling)
|
Uses of ExceptionHandling in com.emarsys.ecommon.mail.storage |
---|
Classes in com.emarsys.ecommon.mail.storage that implement ExceptionHandling | |
---|---|
class |
JMailFolder
JMailFolder represents some kind of default implementation
of MailFolderFacade using the JavaMail(tm) API. |
class |
JMailStorage
JMailStorage represents some kind of default
implementation of MailStorageFacade using JavaMail(tm)
functionality. |
Fields in com.emarsys.ecommon.mail.storage declared as ExceptionHandling | |
---|---|
protected ExceptionHandling |
JMailStorage.exceptionHandling
|
protected ExceptionHandling |
JMailFolder.exceptionHandling
|
Methods in com.emarsys.ecommon.mail.storage that return ExceptionHandling | |
---|---|
ExceptionHandling |
JMailStorage.unionExceptionHandling(ExceptionHandling handling)
|
ExceptionHandling |
JMailFolder.unionExceptionHandling(ExceptionHandling handling)
|
ExceptionHandling |
JMailStorage.useExceptionHandling(ExceptionHandling handling)
|
ExceptionHandling |
JMailFolder.useExceptionHandling(ExceptionHandling handling)
|
Methods in com.emarsys.ecommon.mail.storage with parameters of type ExceptionHandling | |
---|---|
ExceptionHandling |
JMailStorage.unionExceptionHandling(ExceptionHandling handling)
|
ExceptionHandling |
JMailFolder.unionExceptionHandling(ExceptionHandling handling)
|
ExceptionHandling |
JMailStorage.useExceptionHandling(ExceptionHandling handling)
|
ExceptionHandling |
JMailFolder.useExceptionHandling(ExceptionHandling handling)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |