org.sape.smfw.messagingengine
Class MessageHandlerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.sape.carbon.core.exception.BaseException
              extended byorg.sape.smfw.messagingengine.MessagingEngineException
                  extended byorg.sape.smfw.messagingengine.MessageHandlerException
All Implemented Interfaces:
org.sape.carbon.core.exception.Exceptionable, Serializable

public class MessageHandlerException
extends MessagingEngineException

Exception thrown when the MessageHandler encounters a problem.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.sape.carbon.core.exception.BaseException
delegatedException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
MessageHandlerException(Class sourceClass, String message)
          Creates a MessageHandlerException.
MessageHandlerException(Class sourceClass, String message, Throwable cause)
          Creates a MessageHandlerException.
 
Methods inherited from class org.sape.smfw.messagingengine.MessagingEngineException
getSeverity
 
Methods inherited from class org.sape.carbon.core.exception.BaseException
getCause, getExceptionSource, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageHandlerException

public MessageHandlerException(Class sourceClass,
                               String message)
Creates a MessageHandlerException.

Parameters:
sourceClass - the class where this exception was thrown
message - a message describing the reason for this exception

MessageHandlerException

public MessageHandlerException(Class sourceClass,
                               String message,
                               Throwable cause)
Creates a MessageHandlerException.

Parameters:
sourceClass - the class where this exception was thrown
message - a message describing the reason for this exception
cause - the exception that caused this failure


Copyright 2003 Sapient Corporation. All Rights Reserved.