org.glassfish.grizzly.websockets
Class Utf8DecodingError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.glassfish.grizzly.websockets.WebSocketException
                  extended by org.glassfish.grizzly.websockets.FramingException
                      extended by org.glassfish.grizzly.websockets.Utf8DecodingError
All Implemented Interfaces:
Serializable

public class Utf8DecodingError
extends FramingException

See Also:
Serialized Form

Constructor Summary
Utf8DecodingError(String s)
           
Utf8DecodingError(String s, Throwable throwable)
           
Utf8DecodingError(Throwable throwable)
           
 
Method Summary
 int getClosingCode()
           
 
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

Utf8DecodingError

public Utf8DecodingError(String s)

Utf8DecodingError

public Utf8DecodingError(String s,
                         Throwable throwable)

Utf8DecodingError

public Utf8DecodingError(Throwable throwable)
Method Detail

getClosingCode

public int getClosingCode()
Specified by:
getClosingCode in class FramingException


Copyright © 2012 Oracle Corporation. All Rights Reserved.