org.apache.axis2.tool.service.control
Class ProcessException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.axis2.tool.service.control.ProcessException
All Implemented Interfaces:
java.io.Serializable

public class ProcessException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ProcessException()
           
ProcessException(java.lang.String message)
           
ProcessException(java.lang.String message, java.lang.Throwable cause)
           
ProcessException(java.lang.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

ProcessException

public ProcessException()

ProcessException

public ProcessException(java.lang.String message)

ProcessException

public ProcessException(java.lang.Throwable cause)

ProcessException

public ProcessException(java.lang.String message,
                        java.lang.Throwable cause)


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.