public class WebSocketException extends Exception
| Constructor and Description |
|---|
WebSocketException(String aError)
creates the exception with given message
|
WebSocketException(String aError,
Throwable throwable)
creates the exception with given message
|
WebSocketException(String aError,
WebSocketExceptionType aExceptionType) |
WebSocketException(String aError,
WebSocketExceptionType aExceptionType,
Throwable aThrowable)
creates the exception with given message
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WebSocketException(String aError)
aError - the error messagepublic WebSocketException(String aError, WebSocketExceptionType aExceptionType)
aError - aExceptionType - public WebSocketException(String aError, WebSocketExceptionType aExceptionType, Throwable aThrowable)
aError - the error messageaThrowable - the causeaExceptionType - Copyright © 2013. All Rights Reserved.