Class Exception

java.lang.Object
com.sun.tools.ws.wsdl.document.jaxws.Exception

public class Exception extends Object
Author:
Vivek Pandey class representing jaxws:exception
  • Constructor Details

    • Exception

      public Exception()
    • Exception

      public Exception(CustomName name)
  • Method Details

    • getClassName

      public CustomName getClassName()
      Returns:
      Returns the className.
    • setClassName

      public void setClassName(CustomName className)
      Parameters:
      className - The className to set.