Searched defs:linkedException (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DJAXBException.java51 private Throwable linkedException; field in class:JAXBException
57 * errorCode and linkedException will default to null.
67 * specific errorCode. The linkedException will default to null.
77 * Construct a JAXBException with a linkedException. The detail message and
88 * linkedException. The errorCode will default to null.
99 * specific errorCode, and linkedException.
108 this.linkedException = exception;
126 return linkedException;
137 this.linkedException = exception;
145 return linkedException
[all...]
H A DTypeConstraintException.java60 private Throwable linkedException; field in class:TypeConstraintException
65 * errorCode and linkedException will default to null.
75 * specific errorCode. The linkedException will default to null.
85 * Construct a TypeConstraintException with a linkedException. The detail message and
96 * linkedException. The errorCode will default to null.
107 * vendor specific errorCode, and linkedException.
116 this.linkedException = exception;
134 return linkedException;
145 this.linkedException = exception;
153 return linkedException
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DMIMEPartStreamingDataHandler.java118 private final Exception linkedException; field in class:MIMEPartStreamingDataHandler.MyIOException
120 MyIOException(Exception linkedException) { argument
121 this.linkedException = linkedException;
126 return linkedException;
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/
H A DValidationEventImpl.java86 this.linkedException = _linkedException;
91 private Throwable linkedException; field in class:ValidationEventImpl
131 return linkedException;
139 this.linkedException = _linkedException;

Completed in 40 milliseconds