Class EKRAException

All Implemented Interfaces:
Serializable

public class EKRAException extends EBaseException
A class represents a KRA exception. This is the base exception for all the KRA specific exceptions. It is associated with KRAResources.

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

    • EKRAException

      public EKRAException(String msgFormat)
      Constructs a KRA exception.

      Parameters:
      msgFormat - constant from KRAResources.
    • EKRAException

      public EKRAException(String msgFormat, Exception e)
      Constructs a KRA exception.

      Parameters:
      msgFormat - constant from KRAResources.
      e - embedded exception.
    • EKRAException

      public EKRAException(String msgFormat, Object[] params)
      Constructs a KRA exception.

      Parameters:
      msgFormat - constant from KRAResources.
      params - additional parameters to the message.
  • Method Details

    • getBundleName

      protected String getBundleName()
      Returns the bundle file name.

      Overrides:
      getBundleName in class EBaseException
      Returns:
      name of bundle class associated with this exception.