com.github.ltsopensource.spring.tasktracker
Class JobDispatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.github.ltsopensource.spring.tasktracker.JobDispatchException
All Implemented Interfaces:
Serializable

public class JobDispatchException
extends Exception

Author:
Robert HG (254963746@qq.com) on 10/21/15.
See Also:
Serialized Form

Constructor Summary
JobDispatchException()
           
JobDispatchException(String message)
           
JobDispatchException(String message, Throwable cause)
           
JobDispatchException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JobDispatchException

public JobDispatchException()

JobDispatchException

public JobDispatchException(String message)

JobDispatchException

public JobDispatchException(String message,
                            Throwable cause)

JobDispatchException

public JobDispatchException(Throwable cause)


Copyright © 2017. All rights reserved.