Java API

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
TypeMethod
 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
clone, equals, finalize, 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

Java API

Copyright © 2001 - Oracle Corporation