org.sape.smfw.messagingengine
Class MessageHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sape.carbon.core.exception.BaseException
org.sape.smfw.messagingengine.MessagingEngineException
org.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
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 |
|
Methods inherited from class org.sape.carbon.core.exception.BaseException |
getCause, getExceptionSource, getMessage, toString |
MessageHandlerException
public MessageHandlerException(Class sourceClass,
String message)
- Creates a MessageHandlerException.
- Parameters:
sourceClass
- the class where this exception was thrownmessage
- 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 thrownmessage
- a message describing the reason for this exceptioncause
- the exception that caused this failure
Copyright 2003 Sapient Corporation. All Rights Reserved.