Searched defs:UnmarshalException (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/rmi/
H A DUnmarshalException.java29 * An <code>UnmarshalException</code> can be thrown while unmarshalling the
49 public class UnmarshalException extends RemoteException { class in inherits:RemoteException
55 * Constructs an <code>UnmarshalException</code> with the specified
61 public UnmarshalException(String s) { method in class:UnmarshalException
66 * Constructs an <code>UnmarshalException</code> with the specified
73 public UnmarshalException(String s, Exception ex) { method in class:UnmarshalException
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DUnmarshalException.java45 public class UnmarshalException extends JAXBException { class in inherits:JAXBException
48 * Construct an UnmarshalException with the specified detail message. The
53 public UnmarshalException( String message ) { method in class:UnmarshalException
58 * Construct an UnmarshalException with the specified detail message and vendor
64 public UnmarshalException( String message, String errorCode ) { method in class:UnmarshalException
69 * Construct an UnmarshalException with a linkedException. The detail message and
74 public UnmarshalException( Throwable exception ) { method in class:UnmarshalException
79 * Construct an UnmarshalException with the specified detail message and
85 public UnmarshalException( String message, Throwable exception ) { method in class:UnmarshalException
90 * Construct an UnmarshalException wit
97 public UnmarshalException( String message, String errorCode, Throwable exception ) { method in class:UnmarshalException
[all...]

Completed in 37 milliseconds