Class ECMSGWException

  • All Implemented Interfaces:
    java.io.Serializable

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

    Version:
    $Revision$, $Date$
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ECMSGWException​(java.lang.String msgFormat)
      Constructs a CMS Gateway exception.
      ECMSGWException​(java.lang.String msgFormat, java.lang.Exception e)
      Constructs a CMSGW exception.
      ECMSGWException​(java.lang.String msgFormat, java.lang.Object[] params)
      Constructs a CMSGW exception.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getBundleName()
      Returns the given resource bundle name.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ECMSGWException

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

      • ECMSGWException

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

      • ECMSGWException

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

    • Method Detail

      • getBundleName

        protected java.lang.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.