org.atmosphere.wasync.transport
Class TransportNotSupported
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.atmosphere.wasync.transport.TransportNotSupported
- All Implemented Interfaces:
- Serializable
public class TransportNotSupported
- extends Exception
An exception thrown when a Transport is not supported by the server. The exception can be handled using a Function:
class Function<TransportNotSupported>() {
public void on(TransportNotSupported ex) {
}
}
- Author:
- Jeanfrancois Arcand
- See Also:
- Serialized Form
TransportNotSupported
public TransportNotSupported(int statusCode,
String reasonPhrase)
toString
public String toString()
- Overrides:
toString in class Throwable
Copyright © 2013. All Rights Reserved.