org.glassfish.grizzly.websockets
Class FramingException

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
All Implemented Interfaces:
java.io.Serializable

public class FramingException
extends WebSocketException

See Also:
Serialized Form

Constructor Summary
FramingException(int code, java.lang.String message)
           
FramingException(java.lang.String s)
           
FramingException(java.lang.String s, java.lang.Throwable throwable)
           
FramingException(java.lang.Throwable throwable)
           
 
Method Summary
 int getCode()
           
 
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

FramingException

public FramingException(java.lang.String s)

FramingException

public FramingException(java.lang.String s,
                        java.lang.Throwable throwable)

FramingException

public FramingException(java.lang.Throwable throwable)

FramingException

public FramingException(int code,
                        java.lang.String message)
Method Detail

getCode

public int getCode()


Copyright © 2011 Oracle Corpration. All Rights Reserved.