src/share/jaxws_classes/javax/xml/bind/UnmarshalException.java

Print this page
rev 507 : 8047724: @since tag cleanup in jaxws
Reviewed-by:

*** 38,48 **** * * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li></ul> * @see JAXBException * @see Unmarshaller * @see ValidationEventHandler ! * @since JAXB1.0 */ public class UnmarshalException extends JAXBException { /** * Construct an UnmarshalException with the specified detail message. The --- 38,48 ---- * * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li></ul> * @see JAXBException * @see Unmarshaller * @see ValidationEventHandler ! * @since 1.6, JAXB 1.0 */ public class UnmarshalException extends JAXBException { /** * Construct an UnmarshalException with the specified detail message. The