|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.ofbiz.base.util.GeneralException
org.ofbiz.service.job.JobManagerException
public class JobManagerException
Job Scheduler Exception
| Constructor Summary | |
|---|---|
JobManagerException()
Creates new JobManagerException without detail message. |
|
JobManagerException(java.lang.String msg)
Constructs an JobManagerException with the specified detail message. |
|
JobManagerException(java.lang.String msg,
java.lang.Throwable nested)
Constructs an JobManagerException with the specified detail message and nested Exception. |
|
JobManagerException(java.lang.Throwable nested)
Constructs an JobManagerException with the specified detail message and nested Exception. |
|
| Method Summary |
|---|
| Methods inherited from class org.ofbiz.base.util.GeneralException |
|---|
checkException, checkException, getMessage, getMessageList, getNested, getNonNestedMessage, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JobManagerException()
JobManagerException without detail message.
public JobManagerException(java.lang.String msg)
JobManagerException with the specified detail message.
msg - the detail message.public JobManagerException(java.lang.Throwable nested)
JobManagerException with the specified detail message and nested Exception.
nested - the nested exception.
public JobManagerException(java.lang.String msg,
java.lang.Throwable nested)
JobManagerException with the specified detail message and nested Exception.
msg - the detail message.nested - the nested exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||