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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.axis2.tool.service.control.ProcessException
All Implemented Interfaces:
Serializable

public class ProcessException
extends Exception

See Also:
Serialized Form

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

ProcessException

public ProcessException(Throwable cause)

ProcessException

public ProcessException(String message,
                        Throwable cause)


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.