javax.websocket
Annotation Type OnError


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface OnError

This method level annotation can be used to decorate a Java method that wishes to be called in order to handle errors.

The method may only take the following parameters:-
The parameters may appear in any order.

Author:
dannycoward



Copyright © 2012-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Comments to : users@websocket-spec.java.net