com.github.nkzawa.engineio.client
Class EngineIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.github.nkzawa.engineio.client.EngineIOException
All Implemented Interfaces:
Serializable

public class EngineIOException
extends Exception

See Also:
Serialized Form

Field Summary
 Object code
           
 String transport
           
 
Constructor Summary
EngineIOException()
           
EngineIOException(String message)
           
EngineIOException(String message, Throwable cause)
           
EngineIOException(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
 

Field Detail

transport

public String transport

code

public Object code
Constructor Detail

EngineIOException

public EngineIOException()

EngineIOException

public EngineIOException(String message)

EngineIOException

public EngineIOException(String message,
                         Throwable cause)

EngineIOException

public EngineIOException(Throwable cause)


Copyright © 2014. All rights reserved.