org.kuali.kfs.gl.exception
Class LoadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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 |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.