com.github.ltsopensource.jobclient.support
Class JobSubmitProtectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.github.ltsopensource.core.exception.JobSubmitException
                  extended by com.github.ltsopensource.jobclient.support.JobSubmitProtectException
All Implemented Interfaces:
Serializable

public class JobSubmitProtectException
extends com.github.ltsopensource.core.exception.JobSubmitException

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

Constructor Summary
JobSubmitProtectException(int concurrentSize)
           
JobSubmitProtectException(int concurrentSize, String message)
           
JobSubmitProtectException(int concurrentSize, String message, Throwable cause)
           
JobSubmitProtectException(int concurrentSize, 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

JobSubmitProtectException

public JobSubmitProtectException(int concurrentSize)

JobSubmitProtectException

public JobSubmitProtectException(int concurrentSize,
                                 String message)

JobSubmitProtectException

public JobSubmitProtectException(int concurrentSize,
                                 String message,
                                 Throwable cause)

JobSubmitProtectException

public JobSubmitProtectException(int concurrentSize,
                                 Throwable cause)


Copyright © 2017. All rights reserved.