Apache CXF API

org.apache.cxf.common.commands
Class ForkedCommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.cxf.common.i18n.UncheckedException
                  extended by org.apache.cxf.common.commands.ForkedCommandException
All Implemented Interfaces:
Serializable

public class ForkedCommandException
extends UncheckedException

See Also:
Serialized Form

Constructor Summary
ForkedCommandException(Message msg)
           
ForkedCommandException(Message msg, Throwable cause)
           
ForkedCommandException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.cxf.common.i18n.UncheckedException
getCode, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ForkedCommandException

public ForkedCommandException(Message msg)

ForkedCommandException

public ForkedCommandException(Message msg,
                              Throwable cause)

ForkedCommandException

public ForkedCommandException(Throwable cause)

Apache CXF API

Apache CXF