public class WebSocketRuntimeException extends RuntimeException
| Constructor and Description |
|---|
WebSocketRuntimeException(String error)
creates the exception with given message
|
WebSocketRuntimeException(String error,
Throwable throwable)
creates the exception with given message
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WebSocketRuntimeException(String error)
error - the error messaeCopyright © 2013. All Rights Reserved.