|
|||||||||
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
org.ofbiz.service.job.InvalidJobException
public class InvalidJobException
Constructor Summary | |
---|---|
InvalidJobException()
Creates new InvalidJobException without detail message. |
|
InvalidJobException(java.lang.String msg)
Constructs an InvalidJobException with the specified detail message. |
|
InvalidJobException(java.lang.String msg,
java.lang.Throwable nested)
Constructs an InvalidJobException with the specified detail message and nested Exception. |
|
InvalidJobException(java.lang.Throwable nested)
Constructs an InvalidJobException 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 InvalidJobException()
InvalidJobException
without detail message.
public InvalidJobException(java.lang.String msg)
InvalidJobException
with the specified detail message.
msg
- the detail message.public InvalidJobException(java.lang.Throwable nested)
InvalidJobException
with the specified detail message and nested Exception.
nested
- the nested exception.public InvalidJobException(java.lang.String msg, java.lang.Throwable nested)
InvalidJobException
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 |