Uses of Class
org.simoes.lpd.exception.ObjectNotFoundException

Packages that use ObjectNotFoundException
org.simoes.lpd.util   
 

Uses of ObjectNotFoundException in org.simoes.lpd.util
 

Methods in org.simoes.lpd.util that throw ObjectNotFoundException
 java.lang.Object Queue.remove(long id)
          remove by unique identifier.
 QueuedObject Queue.getNext()
          Gets the last Object in the Queue without removing it.
 PrintJob PrintQueue.remove(long id)
          remove print job from queue.
 QueuedPrintJob PrintQueue.getNextPrintJob()
          Gets the next PrintJob without removing it.