org.starhope.appius.except
Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.starhope.appius.except.NotFoundException
- All Implemented Interfaces:
- Serializable
public class NotFoundException
- extends Exception
An exception returned in the case that some kind of asset cannot be
found in the underlying data store, usually database table.
- Author:
- brpocock
- See Also:
- Serialized Form
Field Summary |
private String |
msg
TODO: document this field (brpocock, Nov 5, 2009)
msg (NotFoundException) |
private static long |
serialVersionUID
WRITEME |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- WRITEME
- See Also:
- Constant Field Values
msg
private final String msg
- TODO: document this field (brpocock, Nov 5, 2009)
msg (NotFoundException)
NotFoundException
public NotFoundException(String msg1)
- Parameters:
msg1
- WRITEME
getMsg
public String getMsg()
- Returns:
- the msg