com.google.code.rees.scope.conversation.exceptions
Class ConversationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.code.rees.scope.conversation.exceptions.ConversationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConversationIdException

public class ConversationException
extends Exception

An exception thrown when exceptions occur in conversation processing. ConversationProcessor's should catch any other exceptions and wrap them with this class to allow for simple exception mapping for any conversation-related exceptions.

Author:
rees.byars
See Also:
Serialized Form

Constructor Summary
ConversationException(String message)
           
 
Method Summary
 
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

ConversationException

public ConversationException(String message)


Copyright © 2012-2013. All Rights Reserved.