psdi.util

Class MXObjectNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable


    public class MXObjectNotFoundException
    extends MXSystemException
    Represents all the System level exceptions that can happen such as SQL Errors. Usually these errors are fatal, so there is little that the application can do about it.
    See Also:
    Serialized Form
    • Constructor Detail

      • MXObjectNotFoundException

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

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

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

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