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

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

public class IcapDecodingError
extends Error

Reports a Decoding error of some sort. Like numbers that cannot be parsed.

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

Constructor Summary
IcapDecodingError(String arg0)
           
 
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

IcapDecodingError

public IcapDecodingError(String arg0)


Copyright © 2011. All Rights Reserved.