Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03Wsdl
Class ClientErrorNotPossibleFaultException  view ClientErrorNotPossibleFaultException download ClientErrorNotPossibleFaultException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.xml.rpc.soap.SOAPFaultException
                  extended byorg.apache.ws.resource.faults.FaultException
                      extended byorg.apache.ws.resource.faults.AbstractBaseFaultException
                          extended byorg.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03Wsdl.ClientErrorNotPossibleFaultException
All Implemented Interfaces:
java.io.Serializable

public class ClientErrorNotPossibleFaultException
extends org.apache.ws.resource.faults.AbstractBaseFaultException

Created by IntelliJ IDEA. User: sacam Date: Mar 1, 2005 Time: 9:19:17 AM To change this template use File | Settings | File Templates.


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class org.apache.ws.resource.faults.AbstractBaseFaultException
 
Fields inherited from class org.apache.ws.resource.faults.FaultException
 
Fields inherited from class javax.xml.rpc.soap.SOAPFaultException
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ClientErrorNotPossibleFaultException(org.apache.ws.resource.properties.NamespaceVersionHolder namespaces, java.lang.String message)
          Constructs a new ClientErrorNotPossibleFaultException with the specified name.
 
Method Summary
 javax.xml.namespace.QName getBaseFaultName()
           
 
Methods inherited from class org.apache.ws.resource.faults.AbstractBaseFaultException
getDescription, getDetail, getErrorCode, getFaultCause, getNamespaceSet, getOriginator, getTimestamp, setDescription, setErrorCode, setFaultCause, setOriginator, setTimestamp, toString, toXmlObject
 
Methods inherited from class org.apache.ws.resource.faults.FaultException
addDetailEntry, addDetailEntry
 
Methods inherited from class javax.xml.rpc.soap.SOAPFaultException
getFaultActor, getFaultCode, getFaultString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClientErrorNotPossibleFaultException

public ClientErrorNotPossibleFaultException(org.apache.ws.resource.properties.NamespaceVersionHolder namespaces,
                                            java.lang.String message)
Constructs a new ClientErrorNotPossibleFaultException with the specified name. The SOAP fault code will be set to soap:Client and the SOAP fault string will be set to the fault name. Sets the timestamp field to the current time and the SOAP actor and detail fields to null.

Method Detail

getBaseFaultName

public javax.xml.namespace.QName getBaseFaultName()