Oracle Application Server Web Services Proxy API Reference
10g (9.0.4)

B10395-01

oracle.j2ee.ws.client
Class WebServiceProxyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.j2ee.ws.client.WebServiceProxyException
All Implemented Interfaces:
java.io.Serializable

public class WebServiceProxyException
extends java.lang.Exception

Exception raised by the WebServiceProxy APIs

See Also:
Serialized Form

Constructor Summary
WebServiceProxyException()
           
WebServiceProxyException(java.lang.Exception ex)
           
WebServiceProxyException(java.lang.String szMessage)
           
WebServiceProxyException(java.lang.String szMessage, java.lang.Exception ex)
           

 

Method Summary
 java.lang.Exception getInternalException()
          Returns the internal exception if any
 java.lang.String getMessage()
          Get the internal error message as well

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

WebServiceProxyException

public WebServiceProxyException()

WebServiceProxyException

public WebServiceProxyException(java.lang.String szMessage)

WebServiceProxyException

public WebServiceProxyException(java.lang.Exception ex)

WebServiceProxyException

public WebServiceProxyException(java.lang.String szMessage,
                                java.lang.Exception ex)
Method Detail

getInternalException

public java.lang.Exception getInternalException()
Returns the internal exception if any

getMessage

public java.lang.String getMessage()
Get the internal error message as well
Overrides:
getMessage in class java.lang.Throwable

Oracle Application Server Web Services Proxy API Reference
10g (9.0.4)

B10395-01

Copyright © 2002, 2003 Oracle Corporation. All Rights Reserved.