org.jboss.netty.handler.codec.replay
类 UnreplayableOperationException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 java.lang.UnsupportedOperationException
                  继承者 org.jboss.netty.handler.codec.replay.UnreplayableOperationException
所有已实现的接口:
java.io.Serializable

public class UnreplayableOperationException
extends java.lang.UnsupportedOperationException

An Exception which is thrown when a user calls an unsupported operation on a ChannelBuffer in a ReplayingDecoder implementation.

另请参见:
序列化表格

构造方法摘要
UnreplayableOperationException()
          Creates a new instance.
UnreplayableOperationException(java.lang.String message)
          Creates a new instance.
UnreplayableOperationException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance.
UnreplayableOperationException(java.lang.Throwable cause)
          Creates a new instance.
 
方法摘要
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

UnreplayableOperationException

public UnreplayableOperationException()
Creates a new instance.


UnreplayableOperationException

public UnreplayableOperationException(java.lang.String message)
Creates a new instance.


UnreplayableOperationException

public UnreplayableOperationException(java.lang.Throwable cause)
Creates a new instance.


UnreplayableOperationException

public UnreplayableOperationException(java.lang.String message,
                                      java.lang.Throwable cause)
Creates a new instance.