Class ECMSGWException

All Implemented Interfaces:
Serializable

public class ECMSGWException extends EBaseException
A class represents a CMS gateway exception.

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

    • ECMSGWException

      public ECMSGWException(String msgFormat)
      Constructs a CMS Gateway exception.

    • ECMSGWException

      public ECMSGWException(String msgFormat, Exception e)
      Constructs a CMSGW exception.

    • ECMSGWException

      public ECMSGWException(String msgFormat, Object[] params)
      Constructs a CMSGW exception.

  • Method Details

    • getBundleName

      protected String getBundleName()
      Description copied from class: EBaseException
      Returns the given resource bundle name.
      Overrides:
      getBundleName in class EBaseException
      Returns:
      the name of the resource bundle for this class.