| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.kuali.module.gl.util.NonFatalErrorException
NonFatalErrorException | public class NonFatalErrorException extends Exception (Code) | | Represents an exception, often occurring in batch jobs, that should be reported
but which shouldn't end the process
|
NonFatalErrorException | public NonFatalErrorException()(Code) | | Constructs a NonFatalErrorException instance
|
NonFatalErrorException | public NonFatalErrorException(String message, Throwable cause)(Code) | | Constructs a NonFatalErrorException instance
Parameters: message - the message this exception should use to report itself in the logs Parameters: cause - the original problem |
NonFatalErrorException | public NonFatalErrorException(String message)(Code) | | Constructs a NonFatalErrorException instance
Parameters: message - the message this exception should use to report itself in the logs |
NonFatalErrorException | public NonFatalErrorException(Throwable cause)(Code) | | Constructs a NonFatalErrorException instance
Parameters: cause - the original problem |
|
|
|