Package org.apache.axis2.description
Class WSDL11ToAxisServiceBuilder.WSDLProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.axis2.description.WSDL11ToAxisServiceBuilder.WSDLProcessingException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- WSDL11ToAxisServiceBuilder
public static class WSDL11ToAxisServiceBuilder.WSDLProcessingException extends RuntimeException
Inner class declaration for the processing exceptions- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WSDLProcessingException()
WSDLProcessingException(String message)
WSDLProcessingException(String message, Throwable cause)
WSDLProcessingException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-