49505152535455
throw new BadlyFormedMessageException("You must create a ConversationMessage by specifying an incoming message."); } @Deprecated static CommandMessage create(Enum commandType) { throw new BadlyFormedMessageException("You must create a ConversationMessage by specifying an incoming message."); }
59606162636465
* You must call {@link #create(Message)}. * * @return - this method will never return. */ static CommandMessage create() { throw new BadlyFormedMessageException("You must create a ConversationMessage by specifying an incoming message."); }
44454647484950
*/ public class ConversationMessage extends CommandMessage { @Deprecated static CommandMessage create(String commandType) { throw new BadlyFormedMessageException("You must create a ConversationMessage by specifying an incoming message."); }