org.apache.ode.bpel.pmapi
Class ProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.ode.bpel.pmapi.ManagementException
                  extended by org.apache.ode.bpel.pmapi.ProcessingException
All Implemented Interfaces:
java.io.Serializable

public class ProcessingException
extends ManagementException

Exception indicating that a processing error preventing the completion of the requested operation.

See Also:
Serialized Form

Constructor Summary
ProcessingException(java.lang.String msg)
           
ProcessingException(java.lang.String msg, java.lang.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

ProcessingException

public ProcessingException(java.lang.String msg,
                           java.lang.Throwable cause)

ProcessingException

public ProcessingException(java.lang.String msg)