org.mule.umo.provider
Class UniqueIdNotSupportedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.mule.MuleRuntimeException
                  extended byorg.mule.umo.provider.UniqueIdNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class UniqueIdNotSupportedException
extends MuleRuntimeException

UniqueIdNotSupportedException is thrown by UMOMessageAdapter.getUniqueId() if the underlying message does not support or have a unique identifier.

Version:
$Revision: 1.4 $
Author:
Ross Mason
See Also:
Serialized Form

Constructor Summary
UniqueIdNotSupportedException(UMOMessageAdapter adapter)
           
UniqueIdNotSupportedException(UMOMessageAdapter adapter, Message message)
           
UniqueIdNotSupportedException(UMOMessageAdapter adapter, java.lang.Throwable cause)
           
 
Method Summary
protected static Message chainMessage(Message m1, Message m2)
           
 
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

UniqueIdNotSupportedException

public UniqueIdNotSupportedException(UMOMessageAdapter adapter)

UniqueIdNotSupportedException

public UniqueIdNotSupportedException(UMOMessageAdapter adapter,
                                     Message message)

UniqueIdNotSupportedException

public UniqueIdNotSupportedException(UMOMessageAdapter adapter,
                                     java.lang.Throwable cause)
Method Detail

chainMessage

protected static Message chainMessage(Message m1,
                                      Message m2)


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.