org.kuali.kfs.gl.exception
Class LoadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kuali.kfs.gl.exception.LoadException
All Implemented Interfaces:
Serializable

public class LoadException
extends RuntimeException

An exception that is thrown if a data file cannot be loaded by a batch process.

See Also:
Serialized Form

Constructor Summary
LoadException()
          Constructs a LoadException instance
LoadException(String msg)
          Constructs a LoadException instance, encapsulating a messaging
 
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

LoadException

public LoadException()
Constructs a LoadException instance


LoadException

public LoadException(String msg)
Constructs a LoadException instance, encapsulating a messaging

Parameters:
msg - a helpful message


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