com.ibm.websphere.fabric.da.plugin
Class UnexpectedContentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.fabric.da.plugin.UnexpectedContentException
All Implemented Interfaces:
java.io.Serializable

public class UnexpectedContentException
extends java.lang.Exception

Thrown by context extractors when some content in the message body does not match with expectations, leaving the request in an unpropagable state.

Version:
$Id: $
Author:
alvinr@us.ibm.com, dilumr@us.ibm.com
See Also:
Serialized Form

Constructor Summary
UnexpectedContentException(java.lang.String message)
           
 
Method Summary
 
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

UnexpectedContentException

public UnexpectedContentException(java.lang.String message)


Copyright © 2002-2009 IBM. All Rights Reserved.