|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.mindtree.techworks.insight.reporting.InitializationException
com.mindtree.techworks.insight.reporting.jobs.JobInitializationException
public class JobInitializationException
An exception that indicates a failure to initialize or deserialize a Job.
com.mindtree.techworks.insight.reporting.jobs,
InitializationException,
Serialized Form| Constructor Summary | |
|---|---|
JobInitializationException(java.lang.String message)
Creates a new JobInitializationException with the
message provided. |
|
JobInitializationException(java.lang.String message,
java.lang.Throwable cause)
Creates a new JobInitializationException with the
message provided and the root cause of the exception. |
|
| 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 |
|---|
public JobInitializationException(java.lang.String message,
java.lang.Throwable cause)
JobInitializationException with the
message provided and the root cause of the exception.
message - A message describing the cause of the exception.cause - The throwable that caused this exception to be thrown.public JobInitializationException(java.lang.String message)
JobInitializationException with the
message provided.
message - A message describing the cause of the exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||