com.ning.http.client.providers.netty.netty4
Class UTF8Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ning.http.client.providers.netty.netty4.UTF8Exception
All Implemented Interfaces:
Serializable

public class UTF8Exception
extends RuntimeException

Invalid UTF8 bytes encountered

Author:
Bjoern Hoehrmann, https://github.com/joewalnes/webbit, Vibul Imtarnasan
See Also:
Serialized Form

Constructor Summary
UTF8Exception(String reason)
           
 
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

UTF8Exception

public UTF8Exception(String reason)


Copyright © 2012. All Rights Reserved.