com.ibm.commerce.tools.catalog.util

Class CatalogToolException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.commerce.tools.catalog.util.CatalogToolException
  • All Implemented Interfaces:
    java.io.Serializable


    public class CatalogToolException
    extends java.lang.Exception
    CatalogToolException generates the exceptions in the catalog management tools.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
    • Constructor Summary

      Constructors 
      Constructor and Description
      CatalogToolException()
      CatalogToolException constructor.
      CatalogToolException(java.lang.Exception _originalException, java.lang.String _message)
      CatalogToolException constructor.
      CatalogToolException(java.lang.String s)
      CatalogToolException constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getMessage()
      gets the exception message.
      java.lang.Exception getOriginalException()
      gets the original exception.
      void setMessage(java.lang.String newMessage)
      sets the exception message.
      void setOriginalException(java.lang.Exception newOriginalException)
      sets the original exception.
      • Methods inherited from class java.lang.Throwable

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

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

      • CatalogToolException

        public CatalogToolException()
        CatalogToolException constructor.
      • CatalogToolException

        public CatalogToolException(java.lang.Exception _originalException,
                                    java.lang.String _message)
        CatalogToolException constructor.
        Parameters:
        _messageName - java.lang.String
        _message - java.lang.String
      • CatalogToolException

        public CatalogToolException(java.lang.String s)
        CatalogToolException constructor.
        Parameters:
        s - java.lang.String
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        gets the exception message.
        Overrides:
        getMessage in class java.lang.Throwable
        Returns:
        java.lang.String
      • getOriginalException

        public java.lang.Exception getOriginalException()
        gets the original exception.
        Returns:
        java.lang.Exception
      • setMessage

        public void setMessage(java.lang.String newMessage)
        sets the exception message.
        Parameters:
        newMessage - java.lang.String
      • setOriginalException

        public void setOriginalException(java.lang.Exception newOriginalException)
        sets the original exception.
        Parameters:
        newOriginalException - java.lang.Exception