org.apache.uima.ducc.rm.scheduler
Class SchedulingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.uima.ducc.rm.scheduler.SchedulingException
All Implemented Interfaces:
Serializable

public class SchedulingException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
SchedulingException(org.apache.uima.ducc.common.utils.id.DuccId jobid, String msg)
           
SchedulingException(org.apache.uima.ducc.common.utils.id.DuccId jobid, String msg, Throwable t)
           
 
Method Summary
 org.apache.uima.ducc.common.utils.id.DuccId getJobId()
           
 
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

SchedulingException

public SchedulingException(org.apache.uima.ducc.common.utils.id.DuccId jobid,
                           String msg)

SchedulingException

public SchedulingException(org.apache.uima.ducc.common.utils.id.DuccId jobid,
                           String msg,
                           Throwable t)
Method Detail

getJobId

public org.apache.uima.ducc.common.utils.id.DuccId getJobId()


Copyright © 2012–2014 The Apache Software Foundation. All rights reserved.