Class ApplicationExceptionFactory

  • All Implemented Interfaces:
    ExceptionFactory<com.lexmark.saperion.exceptions.application.ApplicationException>

    public class ApplicationExceptionFactory
    extends AbstractExceptionFactory<com.lexmark.saperion.exceptions.application.ApplicationException>
    Security exceptions factory implementation. This exception factory provides a mapping for all security related faults to appropriate exceptions.
    Author:
    owaeldrich
    • Constructor Detail

      • ApplicationExceptionFactory

        public ApplicationExceptionFactory()
    • Method Detail

      • getExceptionMappings

        protected ExceptionMapping<com.lexmark.saperion.exceptions.application.ApplicationException>[] getExceptionMappings()
        Description copied from class: AbstractExceptionFactory
        This method returns all exception mappings registered with this factory. Concrete exception factories must implement this method.
        Specified by:
        getExceptionMappings in class AbstractExceptionFactory<com.lexmark.saperion.exceptions.application.ApplicationException>
        Returns:
        all exception mappings registered with this factory