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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.UnsupportedOperationException
                  extended by org.jboss.netty.handler.codec.replay.UnreplayableOperationException
All Implemented Interfaces:
Serializable

public class UnreplayableOperationException
extends UnsupportedOperationException

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

Version:
$Rev: 2080 $, $Date: 2010-01-26 18:04:19 +0900 (Tue, 26 Jan 2010) $
Author:
The Netty Project, Trustin Lee
See Also:
Serialized Form

Constructor Summary
UnreplayableOperationException()
          Creates a new instance.
UnreplayableOperationException(String message)
          Creates a new instance.
UnreplayableOperationException(String message, Throwable cause)
          Creates a new instance.
UnreplayableOperationException(Throwable cause)
          Creates a new instance.
 
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

UnreplayableOperationException

public UnreplayableOperationException()
Creates a new instance.


UnreplayableOperationException

public UnreplayableOperationException(String message)
Creates a new instance.


UnreplayableOperationException

public UnreplayableOperationException(Throwable cause)
Creates a new instance.


UnreplayableOperationException

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



Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.