psdi.util

Class MXApplicationException

  • java.lang.Object
    • Constructor Detail

      • MXApplicationException

        public MXApplicationException(java.lang.String eg,
                                      java.lang.String ek)
        Construct an exception with the error group and key
      • MXApplicationException

        public MXApplicationException(java.lang.String eg,
                                      java.lang.String ek,
                                      java.lang.Object[] params)
        Construct an exception with the error group, key and additonal params
      • MXApplicationException

        public MXApplicationException(java.lang.String eg,
                                      java.lang.String ek,
                                      java.lang.Throwable t)
        Construct an exception with the error group,key and nested exception
      • MXApplicationException

        public MXApplicationException(java.lang.String eg,
                                      java.lang.String ek,
                                      java.lang.Object[] p,
                                      java.lang.Throwable t)
        Construct an exception with the error group, key, parameters and the nested exception