Class UserDirectoryParameterException

  • All Implemented Interfaces:
    Serializable

    public class UserDirectoryParameterException
    extends africa.absa.inception.core.service.ServiceException
    An UserDirectoryParameterException is thrown to indicate an invalid operation was performed on a UserDirectoryParameter instance.

    This is a checked exception to prevent the automatic rollback of the current transaction.

    Author:
    Marcus Portmann
    See Also:
    Serialized Form
    • Constructor Detail

      • UserDirectoryParameterException

        public UserDirectoryParameterException​(String message)
        Constructs a new UserDirectoryParameterException with the specified message.
        Parameters:
        message - The message saved for later retrieval by the getMessage() method.