JTR 5.0 API Documentation

jtr.ws
Class WsProviderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jtr.ws.WsProviderException
All Implemented Interfaces:
java.io.Serializable

public class WsProviderException
extends java.lang.Exception

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.

Since:
3.0
Version:
5.0
Author:
Francesco Russo (frusso@dev.java.net)
See Also:
Serialized Form

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

WsProviderException

public WsProviderException(java.lang.Throwable cause)
Constructor.

Parameters:
cause -

WsProviderException

public WsProviderException(java.lang.String message,
                           java.lang.Throwable cause)
Costructor.

Parameters:
message -
cause -

WsProviderException

public WsProviderException(java.lang.String msg)
Constructor.

Parameters:
msg -

The JTR Project is licensed under GPL version 2