org.kuali.kfs.gl.batch.service.impl.exception
Class NonFatalErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.kuali.kfs.gl.batch.service.impl.exception.NonFatalErrorException
All Implemented Interfaces:
Serializable

public class NonFatalErrorException
extends Exception

Represents an exception, often occurring in batch jobs, that should be reported but which shouldn't end the process

See Also:
Serialized Form

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

NonFatalErrorException

public NonFatalErrorException()
Constructs a NonFatalErrorException instance


NonFatalErrorException

public NonFatalErrorException(String message,
                              Throwable cause)
Constructs a NonFatalErrorException instance

Parameters:
message - the message this exception should use to report itself in the logs
cause - the original problem

NonFatalErrorException

public NonFatalErrorException(String message)
Constructs a NonFatalErrorException instance

Parameters:
message - the message this exception should use to report itself in the logs

NonFatalErrorException

public NonFatalErrorException(Throwable cause)
Constructs a NonFatalErrorException instance

Parameters:
cause - the original problem


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.