FourMS
Class InstrumentNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by FourMS.InstrumentNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class InstrumentNotFoundException
extends java.lang.Exception

This is an exception that is raised when an attempt to look up the details of an instrument in the 4MS database but the instrument that was specified does not exist.

See Also:
Serialized Form

Constructor Summary
InstrumentNotFoundException()
           
 
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

InstrumentNotFoundException

public InstrumentNotFoundException()