Package com.lexmark.saperion.exceptions.mappings
-
Interface Summary Interface Description ExceptionFactory<T extends java.lang.Exception> Exception factories create ECM Service exceptions based on server faults.ExceptionMapping<T extends java.lang.Throwable> An exception mapping associates an error code with a specific exception class. -
Class Summary Class Description AbstractExceptionFactory<T extends java.lang.Exception> Base implementation of an exception factory.ApplicationExceptionFactory Security exceptions factory implementation.EcmsExceptionFactory Global exception factory.EcmsExceptionMapping<T extends java.lang.Throwable> Base implementation of an exception mapping entry.ExceptionFactory.IntegrityCheckResult Result for a exception factory integrity checks.RuntimeExceptionFactory ECMS runtime exception factory implementation.SystemExceptionFactory System exceptions factory implementation. -
Enum Summary Enum Description ApplicationExceptionFactory.ApplicationErrors Application error definitions.RuntimeExceptionFactory.RuntimeErrors Runtime error definitions.SystemExceptionFactory.SystemErrors System error defintions. -
Exception Summary Exception Description InconsistentExceptionFactoryRegistryException This exception indicates that the ecms client exception mapper is configured inconsistently.