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@star-hope.org
- See Also:
- Serialized Form
Field Summary |
private String |
msg
WRITEME: document this field (brpocock@star-hope.org, Nov 5,
2009) msg (NotFoundException) |
private static long |
serialVersionUID
WRITEME |
serialVersionUID
private static final long serialVersionUID
- WRITEME
- See Also:
- Constant Field Values
msg
private final String msg
- WRITEME: document this field (brpocock@star-hope.org, Nov 5,
2009) msg (NotFoundException)
NotFoundException
public NotFoundException(Exception e)
- WRITEME: Document this constructor brpocock@star-hope.org
- Parameters:
e
- WRITEME
NotFoundException
public NotFoundException(String msg1)
- Parameters:
msg1
- WRITEME
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
- See Also:
Throwable.getMessage()
toString
public String toString()
- This is an overriding method.
- Overrides:
toString
in class Throwable
- See Also:
Throwable.toString()