com.wingfoot.soap
Class SOAPException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.wingfoot.soap.SOAPException
All Implemented Interfaces:
java.io.Serializable

public class SOAPException
extends java.lang.Exception

Encapsulates the exceptions specific to Wingfoot soap.

Since:
0.90
See Also:
Serialized Form

Constructor Summary
SOAPException(java.lang.String message)
          Creates instance of SOAPException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SOAPException

public SOAPException(java.lang.String message)
Creates instance of SOAPException.
Parameters:
message - the message to encapsulate as an Exception.
Since:
0.90


Copyright(c) Wingfoot Software (www.wingfoot.com). All Rights Reserved.

KXML is a XML parser by Lutris Technologies