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

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

public class ConversationIdException
extends ConversationException

Author:
rees.byars
See Also:
Serialized Form

Constructor Summary
ConversationIdException(String message, String conversationName, String conversationId)
           
 
Method Summary
 String getConversationId()
           
 String getConversationName()
           
 
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

ConversationIdException

public ConversationIdException(String message,
                               String conversationName,
                               String conversationId)
Parameters:
message -
Method Detail

getConversationName

public String getConversationName()

getConversationId

public String getConversationId()


Copyright © 2012-2013. All Rights Reserved.