org.mule.umo.provider
Class UniqueIdNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mule.MuleRuntimeException
org.mule.umo.provider.UniqueIdNotSupportedException
- All Implemented Interfaces:
- 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: 3798 $
- Author:
- Ross Mason
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UniqueIdNotSupportedException
public UniqueIdNotSupportedException(UMOMessageAdapter adapter)
UniqueIdNotSupportedException
public UniqueIdNotSupportedException(UMOMessageAdapter adapter,
Message message)
UniqueIdNotSupportedException
public UniqueIdNotSupportedException(UMOMessageAdapter adapter,
Throwable cause)
chainMessage
protected static Message chainMessage(Message m1,
Message m2)
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.