org.apache.axis2.wsdl.writer
Class WriterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.axis2.wsdl.writer.WriterException
All Implemented Interfaces:
Serializable

public class WriterException
extends Exception

See Also:
Serialized Form

Constructor Summary
WriterException()
           
WriterException(String message)
           
WriterException(String message, Throwable cause)
           
WriterException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WriterException

public WriterException()

WriterException

public WriterException(String message)

WriterException

public WriterException(Throwable cause)

WriterException

public WriterException(String message,
                       Throwable cause)