psdi.common.emailstner

Class LSNRActionHandledException

  • All Implemented Interfaces:
    java.io.Serializable


    public class LSNRActionHandledException
    extends MXApplicationException
    Exception throw for E-mail Listener action exception
    See Also:
    Serialized Form
    • Constructor Detail

      • LSNRActionHandledException

        public LSNRActionHandledException(boolean flag,
                                          java.lang.String eg,
                                          java.lang.String ek)
        Constructor specifying the Error Group and Error Key
      • LSNRActionHandledException

        public LSNRActionHandledException(boolean flag,
                                          java.lang.String eg,
                                          java.lang.String ek,
                                          java.lang.Throwable t)
        Constructor specifying the Error Group, Error Key and the exception that was the original cause.
      • LSNRActionHandledException

        public LSNRActionHandledException(boolean flag,
                                          java.lang.String eg,
                                          java.lang.String ek,
                                          java.lang.Object[] params)
        Constructor specifying the Error Group, Error Key and additonal information.
      • LSNRActionHandledException

        public LSNRActionHandledException(boolean flag,
                                          java.lang.String eg,
                                          java.lang.String ek,
                                          java.lang.Object[] params,
                                          java.lang.Throwable t)
        Constructor specifying the Error Group, Error Key, additonal information and the exception that was the original cause.
    • Method Detail

      • setAlreadyHandledFlag

        public void setAlreadyHandledFlag(boolean flag)
        Sets the flag that this exception is already handled in action
        Parameters:
        flag -
      • getAlreadyHandledFlag

        public boolean getAlreadyHandledFlag()
        Gets the flag if exception is already handled in action or not
        Returns:
        true - if action already handled in action else false