com.alipay.remoting.util
Class FutureTaskNotRunYetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.alipay.remoting.util.FutureTaskNotRunYetException
All Implemented Interfaces:
Serializable

public class FutureTaskNotRunYetException
extends Exception

Exception to represent the run method of a future task has not been called.

See Also:
Serialized Form

Constructor Summary
FutureTaskNotRunYetException()
          Constructor.
FutureTaskNotRunYetException(String message)
          Constructor.
FutureTaskNotRunYetException(String message, Throwable cause)
          Constructor.
 
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

FutureTaskNotRunYetException

public FutureTaskNotRunYetException()
Constructor.


FutureTaskNotRunYetException

public FutureTaskNotRunYetException(String message)
Constructor.


FutureTaskNotRunYetException

public FutureTaskNotRunYetException(String message,
                                    Throwable cause)
Constructor.



Copyright © 2018. All rights reserved.