com.bea.b2b.protocol.xocp.conversation.local
Class Conversation.InvalidMessageException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.b2b.B2BException
                    |
                    +--com.bea.b2b.protocol.xocp.conversation.local.Conversation.ConversationException
                          |
                          +--com.bea.b2b.protocol.xocp.conversation.local.Conversation.ValidationException
                                |
                                +--com.bea.b2b.protocol.xocp.conversation.local.Conversation.InvalidMessageException

public static class Conversation.InvalidMessageException
extends Conversation.ValidationException

An InvalidMessageException is thrown if a published or received document is not valid for the conversation.

Author:
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
Conversation.InvalidMessageException()
          Constructs an InvalidMessageException.
Conversation.InvalidMessageException(java.lang.String msg)
          Constructs an InvalidMessageException with the specified message text.
 
Methods inherited from class com.bea.b2b.B2BException
getNestedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Conversation.InvalidMessageException

public Conversation.InvalidMessageException(java.lang.String msg)
Constructs an InvalidMessageException with the specified message text.

Parameters:
msg - Message text.

Conversation.InvalidMessageException

public Conversation.InvalidMessageException()
Constructs an InvalidMessageException.