org.starhope.appius.except
Class NotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
 
Constructor Summary
NotFoundException(String msg1)
           
 
Method Summary
 String getMsg()
           
 
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
 

Field Detail

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)

Constructor Detail

NotFoundException

public NotFoundException(String msg1)
Parameters:
msg1 - WRITEME
Method Detail

getMsg

public String getMsg()
Returns:
the msg