psdi.util

Class MXAdminLogoutException

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


    public class MXAdminLogoutException
    extends MXException
    Thrown when a user session has been administratively terminated.
    See Also:
    Serialized Form
    • Constructor Detail

      • MXAdminLogoutException

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

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

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

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