Package org.apache.ofbiz.service.job
Class InvalidJobException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.ofbiz.base.util.GeneralException
org.apache.ofbiz.service.job.JobManagerException
org.apache.ofbiz.service.job.InvalidJobException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates newInvalidJobException
without detail message.Constructs anInvalidJobException
with the specified detail message.InvalidJobException
(String msg, Throwable nested) Constructs anInvalidJobException
with the specified detail message and nested Exception.InvalidJobException
(Throwable nested) Constructs anInvalidJobException
with the specified detail message and nested Exception. -
Method Summary
Methods inherited from class org.apache.ofbiz.base.util.GeneralException
checkException, getMessage, getMessageList, getNested, getNonNestedMessage, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
InvalidJobException
public InvalidJobException()Creates newInvalidJobException
without detail message. -
InvalidJobException
Constructs anInvalidJobException
with the specified detail message.- Parameters:
msg
- the detail message.
-
InvalidJobException
Constructs anInvalidJobException
with the specified detail message and nested Exception.- Parameters:
nested
- the nested exception.
-
InvalidJobException
Constructs anInvalidJobException
with the specified detail message and nested Exception.- Parameters:
msg
- the detail message.nested
- the nested exception.
-