Apache CXF API

org.apache.cxf.continuations
Class SuspendedInvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.cxf.continuations.SuspendedInvocationException
All Implemented Interfaces:
Serializable

public class SuspendedInvocationException
extends RuntimeException

Represents transport-specific exceptions which are used to indicate that a given invocation was suspended

See Also:
Serialized Form

Constructor Summary
SuspendedInvocationException()
           
SuspendedInvocationException(Throwable cause)
           
 
Method Summary
 RuntimeException getRuntimeException()
          Returns a transport-specific runtime exception
 
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

SuspendedInvocationException

public SuspendedInvocationException(Throwable cause)

SuspendedInvocationException

public SuspendedInvocationException()
Method Detail

getRuntimeException

public RuntimeException getRuntimeException()
Returns a transport-specific runtime exception

Returns:
RuntimeException the transport-specific runtime exception, can be null for asynchronous transports

Apache CXF API

Apache CXF