Class EUsrGrpException

All Implemented Interfaces:
Serializable

public class EUsrGrpException extends EBaseException
A class represents a Identity exception.

Version:
$Revision$, $Date$
See Also:
  • Constructor Details

    • EUsrGrpException

      public EUsrGrpException(String msgFormat)
      Constructs a usr/grp management exception
      Parameters:
      msgFormat - exception details in message string format

    • EUsrGrpException

      public EUsrGrpException(String msgFormat, Exception e)
      Constructs a Identity exception.
      Parameters:
      e - system exception

    • EUsrGrpException

      public EUsrGrpException(String msgFormat, Object[] params)
      Constructs a Identity exception.
      Parameters:
      msgFormat - exception details in message string format
      params - list of message format parameters

  • Method Details

    • getBundleName

      protected String getBundleName()
      Retrieves bundle name.
      Overrides:
      getBundleName in class EBaseException
      Returns:
      the name of the resource bundle for this class.