com.sun.identity.liberty.ws.soapbinding
Class SOAPBindingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.identity.liberty.ws.soapbinding.SOAPBindingException
All Implemented Interfaces:
java.io.Serializable

public class SOAPBindingException
extends java.lang.Exception

The SOAPBindingException class represents a error while processing SOAP request and response.

See Also:
Serialized Form

Constructor Summary
SOAPBindingException()
          The default constructor.
SOAPBindingException(java.lang.String s)
          The constructor with a message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SOAPBindingException

public SOAPBindingException()
The default constructor.

SOAPBindingException

public SOAPBindingException(java.lang.String s)
The constructor with a message.


Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.