psdi.util

Class MXInactiveUserException

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


    public class MXInactiveUserException
    extends MXException
    Exception throw for inactive user violations.
    See Also:
    Serialized Form
    • Constructor Detail

      • MXInactiveUserException

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

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

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

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