org.java_websocket.exceptions
Class NotSendableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.java_websocket.exceptions.NotSendableException
- All Implemented Interfaces:
- Serializable
public class NotSendableException
- extends RuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotSendableException
public NotSendableException()
NotSendableException
public NotSendableException(String message)
NotSendableException
public NotSendableException(Throwable cause)
NotSendableException
public NotSendableException(String message,
Throwable cause)
Copyright © 2013 Pusher. All Rights Reserved.