org.sape.smfw.messagingengine
Class MessagingEngineException

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

public class MessagingEngineException
extends org.sape.carbon.core.exception.BaseException

Package level exception for org.sape.smfw.messagingengine.

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
MessagingEngineException(Class sourceClass, String message)
          Creates a MessagingEngineException.
MessagingEngineException(Class sourceClass, String message, Throwable cause)
          Creates a MessagingEngineException.
 
Method Summary
 org.sape.carbon.core.util.classify.SeverityEnum 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

MessagingEngineException

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

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

MessagingEngineException

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

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
Method Detail

getSeverity

public org.sape.carbon.core.util.classify.SeverityEnum getSeverity()
See Also:
Exceptionable.getSeverity()


Copyright 2003 Sapient Corporation. All Rights Reserved.