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 can be used for the exceptions in the catalog management tools.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
CatalogToolException()
          CatalogToolException constructor.
CatalogToolException(java.lang.Exception _originalException, java.lang.String _message)
          CatalogToolException constructor.
CatalogToolException(java.lang.String s)
          CatalogToolException constructor.
 
Method Summary
 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
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
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