IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.base.ws
Class BTTWsFaultException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.btt.base.ws.BTTWsFaultException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConnectWebServiceFailureException, JaxRpcSoapFaultException, JaxWsSoapFaultException, LookupWebServiceFailureException, RemoteProxyFailureException, WebServiceAccessException

public class BTTWsFaultException
extends java.lang.RuntimeException

This class handles fault (error) messages originating from a Web service. It represent the technical problems.

See Also:
Serialized Form

Constructor Summary
BTTWsFaultException(java.lang.String message)
          This constructor creates the BTTWsFaultException object that initializes the following attributes.
BTTWsFaultException(java.lang.String message, java.lang.Throwable cause)
          This constructor creates the BTTWsFaultException object that initializes the following attributes.
BTTWsFaultException(java.lang.Throwable cause)
           
 
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

BTTWsFaultException

public BTTWsFaultException(java.lang.String message)
This constructor creates the BTTWsFaultException object that initializes the following attributes.

Parameters:
aMessage - java.lang.String

BTTWsFaultException

public BTTWsFaultException(java.lang.Throwable cause)

BTTWsFaultException

public BTTWsFaultException(java.lang.String message,
                           java.lang.Throwable cause)
This constructor creates the BTTWsFaultException object that initializes the following attributes.

Parameters:
aMessage - java.lang.String
cause - Throwable

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011