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

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

public class FatalErrorException
extends Exception

Fatal error exception that is thrown in GL processing

See Also:
Serialized Form

Constructor Summary
FatalErrorException()
           
FatalErrorException(String message)
           
FatalErrorException(String message, Throwable cause)
           
FatalErrorException(Throwable cause)
           
 
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

FatalErrorException

public FatalErrorException()

FatalErrorException

public FatalErrorException(String message,
                           Throwable cause)

FatalErrorException

public FatalErrorException(String message)

FatalErrorException

public FatalErrorException(Throwable cause)


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