Package wt.org

Class OrganizationServicesIEException

All Implemented Interfaces:
Serializable, LocalizableMessage, Message

public class OrganizationServicesIEException extends OrganizationServicesException
Exception class used by the Organization Services layer to deliver an IEException, except that the IEException is used for logging only, but not nested.

This class has come to be because IEException is a server-side exception and does not serialize properly (contains non-serializable javax.naming references). Therefore, it becomes necessary to designate a special path for bubbling up IEExceptions, and having this class provides that while also making such paths easily identifiable.

Supported API: true

Extendable: false
See Also: