com.sun.tools.ws.wsdl.document.jaxws
Class Exception

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

public class Exception
extends Object


Constructor Summary
Exception()
           
Exception(CustomName name)
           
 
Method Summary
 CustomName getClassName()
           
 void setClassName(CustomName className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exception

public Exception()

Exception

public Exception(CustomName name)
Method Detail

getClassName

public CustomName getClassName()
Returns:
Returns the className.

setClassName

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