Class WSDLRuntimeException

All Implemented Interfaces:
Serializable

public class WSDLRuntimeException extends UncheckedException
This exception is thrown for problems processing WSDL structures.
See Also:
  • Constructor Details

    • WSDLRuntimeException

      public WSDLRuntimeException(Message msg, Throwable t)
    • WSDLRuntimeException

      public WSDLRuntimeException(Message msg)
    • WSDLRuntimeException

      public WSDLRuntimeException(Throwable cause)
    • WSDLRuntimeException

      public WSDLRuntimeException(Logger log, String msg, Object... params)