com.sun.xml.ws.rx.util
Class ResumeFiberException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.xml.ws.WebServiceException
                  extended by com.sun.xml.ws.rx.RxRuntimeException
                      extended by 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
ResumeFiberException(String message)
           
ResumeFiberException(String message, 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

ResumeFiberException

public ResumeFiberException(String message)

ResumeFiberException

public ResumeFiberException(String message,
                            Throwable cause)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.