|
JTR 5.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jtr.ws.WsProviderException
public class WsProviderException
This exception is used to report to higher level components exceptions occurred in the webservices layer. Instances of this class will always contain within the source exception generated by the underlying webservices provider.
Constructor Summary | |
---|---|
WsProviderException(java.lang.String msg)
Constructor. |
|
WsProviderException(java.lang.String message,
java.lang.Throwable cause)
Costructor. |
|
WsProviderException(java.lang.Throwable cause)
Constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WsProviderException(java.lang.Throwable cause)
cause
- public WsProviderException(java.lang.String message, java.lang.Throwable cause)
message
- cause
- public WsProviderException(java.lang.String msg)
msg
-
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |