com.google.code.rees.scope.conversation.exceptions
Class ConversationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConversationException
public ConversationException(String message)
Copyright © 2012-2013. All Rights Reserved.