Package com.sun.xml.ws.rx.util
Class ResumeFiberException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.xml.ws.WebServiceException
-
- com.sun.xml.ws.rx.RxRuntimeException
-
- com.sun.xml.ws.rx.util.ResumeFiberException
-
- All Implemented Interfaces:
Serializable
public class ResumeFiberException extends RxRuntimeException
- Author:
- Marek Potociar
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResumeFiberException(String message)
ResumeFiberException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-