org.jboss.soa.esb.message.body.content
Class IncompatibleModeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.soa.esb.message.body.content.IncompatibleModeException
All Implemented Interfaces:
java.io.Serializable

public class IncompatibleModeException
extends java.lang.Exception

Thrown if trying to read on a write-only buffer, or vice versa.

See Also:
Serialized Form

Constructor Summary
IncompatibleModeException()
           
IncompatibleModeException(java.lang.Exception ex)
           
IncompatibleModeException(java.lang.String s)
           
IncompatibleModeException(java.lang.String message, java.lang.Exception ex)
           
 
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

IncompatibleModeException

public IncompatibleModeException()

IncompatibleModeException

public IncompatibleModeException(java.lang.String s)

IncompatibleModeException

public IncompatibleModeException(java.lang.Exception ex)

IncompatibleModeException

public IncompatibleModeException(java.lang.String message,
                                 java.lang.Exception ex)