Searched refs:SOAPClientException (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/jaxrpc/
H A DSOAPClientException.java25 * $Id: SOAPClientException.java,v 1.4 2008/06/25 05:43:34 qcheng Exp $
32 * An <code>SOAPClientException</code> is thrown when there are errors related
37 * {@link com.sun.identity.shared.jaxrpc.SOAPClientException}
39 public class SOAPClientException extends Exception { class in inherits:Exception
46 * Create <code>SOAPClientException</code> with no message.
48 public SOAPClientException() { method in class:SOAPClientException
53 * Create <code>SOAPClientException</code> with a message.
58 public SOAPClientException(String className) { method in class:SOAPClientException
63 * Create <code>SOAPClientException</code> with a class name and message.
70 public SOAPClientException(Strin method in class:SOAPClientException
[all...]
H A DSOAPClient.java781 exception = new SOAPClientException(exceptionClassName,
784 exception = new SOAPClientException(exceptionClassName);
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/jaxrpc/
H A DSOAPClientException.java25 * $Id: SOAPClientException.java,v 1.2 2008/06/25 05:53:04 qcheng Exp $
32 * An <code>SOAPClientException</code> is thrown when there are errors related
37 public class SOAPClientException extends Exception { class in inherits:Exception
42 * Create <code>SOAPClientException</code> with no message.
44 public SOAPClientException() { method in class:SOAPClientException
49 * Create <code>SOAPClientException</code> with a message.
54 public SOAPClientException(String className) { method in class:SOAPClientException
59 * Create <code>SOAPClientException</code> with a class name and message.
66 public SOAPClientException(String className, String exceptionMessage) { method in class:SOAPClientException
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/jaxrpc/
H A DSOAPClientException.java25 * $Id: SOAPClientException.java,v 1.2 2008/06/25 05:53:04 qcheng Exp $
32 * An <code>SOAPClientException</code> is thrown when there are errors related
37 public class SOAPClientException extends Exception { class in inherits:Exception
42 * Create <code>SOAPClientException</code> with no message.
44 public SOAPClientException() { method in class:SOAPClientException
49 * Create <code>SOAPClientException</code> with a message.
54 public SOAPClientException(String className) { method in class:SOAPClientException
59 * Create <code>SOAPClientException</code> with a class name and message.
66 public SOAPClientException(String className, String exceptionMessage) { method in class:SOAPClientException
/forgerock/openam/openam-core/src/main/java/com/sun/identity/jaxrpc/
H A DSOAPClientException.java25 * $Id: SOAPClientException.java,v 1.4 2008/06/25 05:43:34 qcheng Exp $
32 * An <code>SOAPClientException</code> is thrown when there are errors related
37 * {@link com.sun.identity.shared.jaxrpc.SOAPClientException}
39 public class SOAPClientException extends Exception { class in inherits:Exception
46 * Create <code>SOAPClientException</code> with no message.
48 public SOAPClientException() { method in class:SOAPClientException
53 * Create <code>SOAPClientException</code> with a message.
58 public SOAPClientException(String className) { method in class:SOAPClientException
63 * Create <code>SOAPClientException</code> with a class name and message.
70 public SOAPClientException(Strin method in class:SOAPClientException
[all...]
H A DSOAPClient.java781 exception = new SOAPClientException(exceptionClassName,
784 exception = new SOAPClientException(exceptionClassName);

Completed in 26 milliseconds