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:
- 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
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 |
UniqueIdNotSupportedException
public UniqueIdNotSupportedException(UMOMessageAdapter adapter)
UniqueIdNotSupportedException
public UniqueIdNotSupportedException(UMOMessageAdapter adapter,
Message message)
UniqueIdNotSupportedException
public UniqueIdNotSupportedException(UMOMessageAdapter adapter,
java.lang.Throwable cause)
chainMessage
protected static Message chainMessage(Message m1,
Message m2)
Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.