Package org.apache.cxf.continuations
Class SuspendedInvocationException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- 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 SummaryConstructors Constructor Description SuspendedInvocationException()SuspendedInvocationException(Throwable cause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RuntimeExceptiongetRuntimeException()Returns a transport-specific runtime exception- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
SuspendedInvocationExceptionpublic SuspendedInvocationException(Throwable cause) 
 - 
SuspendedInvocationExceptionpublic SuspendedInvocationException() 
 
- 
 - 
Method Detail- 
getRuntimeExceptionpublic RuntimeException getRuntimeException() Returns a transport-specific runtime exception- Returns:
- RuntimeException the transport-specific runtime exception, can be null for asynchronous transports
 
 
- 
 
-