com.bea.p13n.jobmanager.exception
Class JobManagerRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.bea.p13n.jobmanager.exception.JobManagerRuntimeException
All Implemented Interfaces
Serializable

public class JobManagerRuntimeException
extends RuntimeException

Thrown when an error occurs during a job definition creation and/or scheduling.

See Also
Serialized Form

Constructor Summary
JobManagerRuntimeException()
           
JobManagerRuntimeException(String string)
           
JobManagerRuntimeException(String string, Throwable throwable)
           
JobManagerRuntimeException(Throwable throwable)
           
 
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

JobManagerRuntimeException

public JobManagerRuntimeException()

JobManagerRuntimeException

public JobManagerRuntimeException(String string)

JobManagerRuntimeException

public JobManagerRuntimeException(String string,
                                  Throwable throwable)

JobManagerRuntimeException

public JobManagerRuntimeException(Throwable throwable)


Copyright © 2011, Oracle. All rights reserved.