psdi.util

Class MXSystemException

  • java.lang.Object
    • Constructor Detail

      • MXSystemException

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

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

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

        public MXSystemException(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