| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception com.sun.portal.providers.simplewebservice.WebServiceDescriptorException
WebServiceDescriptorException | public class WebServiceDescriptorException extends Exception (Code) | | The WebServiceDescriptorException is thrown from the WebServiceFactory
Class if some problem occured while creating the WebServiceDescriptor.
|
UNSUPPORTED_WSDL | final public static String UNSUPPORTED_WSDL(Code) | | |
WebServiceDescriptorException | public WebServiceDescriptorException(String faultCode, String message, Throwable targetThrowable)(Code) | | Public Constructor.
Parameters: faultCode - the WebServiceDescriptorException faultCode. Parameters: message - the WebServiceDescriptorException message. Parameters: targetThrowable - the target throwable for the WebServiceDescriptorException. |
WebServiceDescriptorException | public WebServiceDescriptorException(String faultCode, String message)(Code) | | Public Constructor.
Parameters: faultCode - the WebServiceDescriptorException faultCode. Parameters: message - the WebServiceDescriptorException message. |
getFaultCode | public String getFaultCode()(Code) | | Gets the fault code associated with this Exception.
the fault code. |
getMessage | public String getMessage()(Code) | | Gets the message associated with this Exception.
the WebServiceDescriptorException message. |
getTargetException | public Throwable getTargetException()(Code) | | Gets the target Throwable associated with this Exception.
the target Throwable. |
toString | public String toString()(Code) | | Gets the String representation for this Exception.
the Exception String representation. |
|
|
|