IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.base
Class BTTProcessorHandlerNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.btt.base.DSEException
              extended by com.ibm.btt.base.BTTProcessorHandlerNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class BTTProcessorHandlerNotFoundException
extends DSEException

The BTTProcessorHandlerNotFoundException class throws an exception on behalf of any notifier or eventManager when an attempt is made to remove a non-existent handler from the handlerList or when an attempt is made to remove a handler from a non-existent eventName List. Those two exceptions are harmless and can be differentiated by the DSECHandlerNotFoundException code : - HandlerNotFound : if no handler is found in the EventName Handlers Vector - EventNameNotFound : if no eventName is found in the handlersList Hashtable.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.btt.base.DSEException
critical, harmless
 
Constructor Summary
BTTProcessorHandlerNotFoundException(java.lang.String aSeverity, java.lang.String aCode, java.lang.String aMessage)
          This constructor creates a BTTProcessorHandlerNotFoundException object.
 
Method Summary
 
Methods inherited from class com.ibm.btt.base.DSEException
getClassName, getCode, getMethodName, getSeverity, setClassName, setCode, setMethodName, setSeverity
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BTTProcessorHandlerNotFoundException

public BTTProcessorHandlerNotFoundException(java.lang.String aSeverity,
                                            java.lang.String aCode,
                                            java.lang.String aMessage)
This constructor creates a BTTProcessorHandlerNotFoundException object.

Parameters:
aSeverity - java.lang.String
aCode - java.lang.String
aMessage - java.lang.String

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009