org.mule.umo.provider
Class UniqueIdNotSupportedException

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

public class UniqueIdNotSupportedException
extends MessageException

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

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

Constructor Summary
UniqueIdNotSupportedException(UMOMessageAdapter adapter)
           
UniqueIdNotSupportedException(UMOMessageAdapter adapter, java.lang.String message)
           
UniqueIdNotSupportedException(UMOMessageAdapter adapter, java.lang.Throwable cause)
           
 
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,
                                     java.lang.String message)

UniqueIdNotSupportedException

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


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