ambit2.base.exceptions
Class NotFoundException

Package class diagram package NotFoundException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ambit2.base.exceptions.AmbitException
              extended by ambit2.base.exceptions.NotFoundException
All Implemented Interfaces:
java.io.Serializable

public class NotFoundException
extends AmbitException

Thrown if there are no results from a query

See Also:
Serialized Form

Constructor Summary
NotFoundException()
           
NotFoundException(java.lang.String arg0)
           
 
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

NotFoundException

public NotFoundException()

NotFoundException

public NotFoundException(java.lang.String arg0)