|
||||||||||
| 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.kuali.kfs.gl.batch.service.impl.exception.NonFatalErrorException
public class NonFatalErrorException
Represents an exception, often occurring in batch jobs, that should be reported but which shouldn't end the process
| Constructor Summary | |
|---|---|
NonFatalErrorException()
Constructs a NonFatalErrorException instance |
|
NonFatalErrorException(String message)
Constructs a NonFatalErrorException instance |
|
NonFatalErrorException(String message,
Throwable cause)
Constructs a NonFatalErrorException instance |
|
NonFatalErrorException(Throwable cause)
Constructs a NonFatalErrorException instance |
|
| 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 NonFatalErrorException()
public NonFatalErrorException(String message,
Throwable cause)
message - the message this exception should use to report itself in the logscause - the original problempublic NonFatalErrorException(String message)
message - the message this exception should use to report itself in the logspublic NonFatalErrorException(Throwable cause)
cause - the original problem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||