|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.mule.umo.UMOException
org.mule.umo.MessageException
org.mule.umo.provider.UniqueIdNotSupportedException
UniqueIdNotSupportedException
is thrown by UMOMessageAdapter.getUniqueId()
if the underlying message does not support or have a unique identifier.
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 |
public UniqueIdNotSupportedException(UMOMessageAdapter adapter)
public UniqueIdNotSupportedException(UMOMessageAdapter adapter, java.lang.String message)
public UniqueIdNotSupportedException(UMOMessageAdapter adapter, java.lang.Throwable cause)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |