psdi.common.emailstner

Class LSNRParseException

  • java.lang.Object
    • java.lang.Throwable
  • All Implemented Interfaces:
    java.io.Serializable


    public class LSNRParseException
    extends MXException
    Exception throw for E-mail Listener parsing error.
    See Also:
    Serialized Form
    • Constructor Detail

      • LSNRParseException

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

        public LSNRParseException(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.
      • LSNRParseException

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

        public LSNRParseException(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.