psdi.util

Class MXUnknownObjectException

  • All Implemented Interfaces:
    java.io.Serializable


    public class MXUnknownObjectException
    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

      • MXUnknownObjectException

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

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

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

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