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
Type | Method |
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 |
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)
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
Copyright © 2001 - Oracle Corporation