com.google.code.rees.scope.conversation.exceptions
Class ConversationIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.code.rees.scope.conversation.exceptions.ConversationException
com.google.code.rees.scope.conversation.exceptions.ConversationIdException
- All Implemented Interfaces:
- Serializable
public class ConversationIdException
- extends ConversationException
- 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 |
ConversationIdException
public ConversationIdException(String message,
String conversationName,
String conversationId)
- Parameters:
message -
getConversationName
public String getConversationName()
getConversationId
public String getConversationId()
Copyright © 2012-2013. All Rights Reserved.