Class ENotificationException

All Implemented Interfaces:
Serializable

public class ENotificationException extends EBaseException
A class represents a notification exception.

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

    • ENotificationException

      public ENotificationException(String msgFormat)
      Constructs a notification exception

    • ENotificationException

      public ENotificationException(String msgFormat, Exception e)
      Constructs a Identity exception.

    • ENotificationException

      public ENotificationException(String msgFormat, Object[] params)
      Constructs a Identity exception.

  • Method Details

    • getBundleName

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