Searched refs:MarshalException (Results 1 - 25 of 71) sorted by relevance

123

/openjdk7/jdk/src/share/classes/java/rmi/
H A DMarshalException.java29 * A <code>MarshalException</code> is thrown if a
32 * <code>MarshalException</code> is also thrown if the receiver does not
35 * <p>If a <code>MarshalException</code> occurs during a remote method call,
38 * retransmitted after a <code>MarshalException</code> and reliably preserve
44 public class MarshalException extends RemoteException { class in inherits:RemoteException
50 * Constructs a <code>MarshalException</code> with the specified
56 public MarshalException(String s) { method in class:MarshalException
61 * Constructs a <code>MarshalException</code> with the specified
68 public MarshalException(String s, Exception ex) { method in class:MarshalException
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DMarshalException.java43 public class MarshalException extends JAXBException { class in inherits:JAXBException
46 * Construct a MarshalException with the specified detail message. The
51 public MarshalException( String message ) { method in class:MarshalException
56 * Construct a MarshalException with the specified detail message and vendor
62 public MarshalException( String message, String errorCode ) { method in class:MarshalException
67 * Construct a MarshalException with a linkedException. The detail message and
72 public MarshalException( Throwable exception ) { method in class:MarshalException
77 * Construct a MarshalException with the specified detail message and
83 public MarshalException( String message, Throwable exception ) { method in class:MarshalException
88 * Construct a MarshalException wit
95 public MarshalException( String message, String errorCode, Throwable exception ) { method in class:MarshalException
[all...]
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/keyinfo/
H A DKeyInfo.java31 import javax.xml.crypto.MarshalException;
118 * @throws MarshalException if the key info cannot be marshalled
122 throws MarshalException;
/openjdk7/jdk/src/share/classes/javax/xml/crypto/
H A DMarshalException.java26 * $Id: MarshalException.java,v 1.5 2005/05/10 15:47:42 mullan Exp $
42 * <p>A <code>MarshalException</code> can contain a cause: another
43 * throwable that caused this <code>MarshalException</code> to get thrown.
51 public class MarshalException extends Exception { class in inherits:Exception
65 * Constructs a new <code>MarshalException</code> with
68 public MarshalException() { method in class:MarshalException
73 * Constructs a new <code>MarshalException</code> with the specified
78 public MarshalException(String message) { method in class:MarshalException
83 * Constructs a new <code>MarshalException</code> with the
93 public MarshalException(Strin method in class:MarshalException
107 public MarshalException(Throwable cause) { method in class:MarshalException
[all...]
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMStructure.java29 import javax.xml.crypto.MarshalException;
50 DOMCryptoContext context) throws MarshalException;
H A DDOMDigestMethod.java76 DOMDigestMethod(Element dmElem) throws MarshalException {
84 throw new MarshalException(iape);
88 static DigestMethod unmarshal(Element dmElem) throws MarshalException {
99 throw new MarshalException
135 * @throws MarshalException if the parameters cannot be unmarshalled
138 unmarshalParams(Element paramsElem) throws MarshalException {
139 throw new MarshalException("no parameters should " +
149 throws MarshalException {
187 * @throws MarshalException if the parameters cannot be marshalled
190 throws MarshalException {
[all...]
H A DDOMCryptoBinary.java77 * @throws MarshalException if value cannot be decoded (invalid format)
79 public DOMCryptoBinary(Node cbNode) throws MarshalException {
84 throw new MarshalException(ex);
98 throws MarshalException {
H A DDOMSignatureMethod.java98 DOMSignatureMethod(Element smElem) throws MarshalException {
106 throw new MarshalException(iape);
110 static SignatureMethod unmarshal(Element smElem) throws MarshalException {
131 throw new MarshalException
167 * @throws MarshalException if the parameters cannot be unmarshalled
170 unmarshalParams(Element paramsElem) throws MarshalException {
171 throw new MarshalException("no parameters should " +
181 throws MarshalException {
315 * @throws MarshalException if the parameters cannot be marshalled
318 throws MarshalException {
[all...]
H A DDOMX509Data.java99 * @throws MarshalException if there is an error while unmarshalling
101 public DOMX509Data(Element xdElem) throws MarshalException {
125 throw new MarshalException("cannot decode X509SKI", bde);
141 throws MarshalException {
192 String dsPrefix) throws MarshalException {
200 throw new MarshalException("Error encoding X509Certificate", e);
206 String dsPrefix) throws MarshalException {
214 throw new MarshalException("Error encoding X509CRL", e);
220 throws MarshalException {
225 throw new MarshalException("Canno
[all...]
H A DDOMKeyInfoFactory.java112 throws MarshalException {
126 throw new MarshalException
133 throw new MarshalException("Document implementation must " +
139 throw new MarshalException("invalid KeyInfo tag: " + tag);
H A DDOMCanonicalizationMethod.java69 Provider provider) throws MarshalException {
73 throw new MarshalException("Illegal CanonicalizationMethod");
H A DDOMTransform.java72 Provider provider) throws MarshalException {
80 throw new MarshalException(e2);
86 throw new MarshalException(iape);
103 throws MarshalException {
181 * @throws MarshalException if an exception occurs while marshalling
188 throws MarshalException, TransformException {
H A DDOMXPathFilter2Transform.java76 } catch (MarshalException me) {
82 private void unmarshalParams(Element curXPathElem) throws MarshalException {
89 throw new MarshalException("filter cannot be null");
99 throw new MarshalException("Unknown XPathType filter type"
124 throws MarshalException {
H A DDOMHMACSignatureMethod.java79 DOMHMACSignatureMethod(Element smElem) throws MarshalException {
103 throws MarshalException {
114 throws MarshalException {
198 SHA1(Element dmElem) throws MarshalException {
217 SHA256(Element dmElem) throws MarshalException {
236 SHA384(Element dmElem) throws MarshalException {
255 SHA512(Element dmElem) throws MarshalException {
H A DDOMManifest.java88 Provider provider) throws MarshalException {
111 throw new MarshalException(error);
126 throws MarshalException {
H A DDOMSignatureProperties.java86 * @throws MarshalException if a marshalling error occurs
88 public DOMSignatureProperties(Element propsElem) throws MarshalException{
108 throw new MarshalException("properties cannot be empty");
123 throws MarshalException {
H A DDOMSignatureProperty.java92 public DOMSignatureProperty(Element propElem) throws MarshalException {
96 throw new MarshalException("target cannot be null");
113 throw new MarshalException("content cannot be empty");
132 throws MarshalException {
H A DDOMKeyValue.java93 public DOMKeyValue(Element kvElem) throws MarshalException {
114 throws MarshalException {
126 DOMCryptoContext context) throws MarshalException {
135 throw new MarshalException(publicKey.getAlgorithm() +
144 String dsPrefix, DOMCryptoContext context) throws MarshalException {
168 String dsPrefix, DOMCryptoContext context) throws MarshalException {
183 throws MarshalException {
222 throws MarshalException {
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/
H A DXMLSignature.java40 import javax.xml.crypto.MarshalException;
167 * @throws MarshalException if an exception occurs while marshalling
171 void sign(XMLSignContext signContext) throws MarshalException,
/openjdk7/jdk/test/java/rmi/server/useCustomRef/
H A DUseCustomRef_Skel.java66 throw new java.rmi.MarshalException("error marshalling return", e);
88 throw new java.rmi.MarshalException("error marshalling return", e);
/openjdk7/jdk/test/java/rmi/transport/handshakeFailure/
H A DHandshakeFailure.java30 * java.rmi.ConnectException or ConnectIOException, not a MarshalException.
42 import java.rmi.MarshalException;
91 if (connector.exception instanceof MarshalException) {
93 "TEST FAILED: MarshalException thrown, expecting " +
/openjdk7/jdk/test/java/rmi/transport/handshakeTimeout/
H A DHandshakeTimeout.java31 * java.rmi.ConnectException or ConnectIOException, not a MarshalException,
44 import java.rmi.MarshalException;
89 if (connector.exception instanceof MarshalException) {
91 "TEST FAILED: MarshalException thrown, expecting " +
/openjdk7/jdk/test/java/rmi/transport/pinLastArguments/
H A DPinLastArguments.java40 import java.rmi.MarshalException;
69 } catch (MarshalException e) {
/openjdk7/jdk/test/java/rmi/server/serverStackTrace/
H A DImpl1_Skel.java55 throw new java.rmi.MarshalException("error marshalling return", e);
/openjdk7/jdk/test/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot_Skel.java66 throw new java.rmi.MarshalException("error marshalling return", e);
90 throw new java.rmi.MarshalException("error marshalling return", e);

Completed in 101 milliseconds

123