Class NmException

All Implemented Interfaces:
Serializable, LocalizableMessage, Message

public class NmException extends WTException
*

Supported API: true
See Also:
  • Constructor Details

    • NmException

      public NmException()
      Constructs a Netmarkets exception with no specified detailed message or embedded throwable object.

      Supported API: true
    • NmException

      public NmException(String s)
      Constructs a Netmarkets exception with a non-localizable detailed message.

      Supported API: true
      Parameters:
      s - the detailed message
    • NmException

      public NmException(Throwable t, String s)
      Constructs a Netmarkets exception with an embedded Throwable object and non-localizable detailed message.

      Supported API: true
      Parameters:
      t - the embedded Throwable. It may be null.
      s - the detailed message. It may be null.
    • NmException

      public NmException(Throwable t, String rb, String key, Object[] params)
      Constructs a Netmarkets exception with an embedded Throwable object and a localizable detailed message.

      Supported API: true
      Parameters:
      t - the embedded Throwable. It may be null.
      rb - the name of the base resource bundle subclass containing the localizable message.
      key - the key associated with the localizable message
      params - an optional set of objects to be formatted into the localizable message text.
      See Also: