org.jboss.soa.esb.message.body.content
Class IncompatibleModeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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)