ch.mimo.netty.handler.codec.icap
Class DecodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.mimo.netty.handler.codec.icap.DecodingException
All Implemented Interfaces:
Serializable

public class DecodingException
extends Exception

Root decoding exception

Author:
Michael Mimo Moratti (mimo@mimo.ch)
See Also:
Serialized Form

Constructor Summary
DecodingException(Throwable cause)
           
 
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

DecodingException

public DecodingException(Throwable cause)


Copyright © 2011. All Rights Reserved.