org.cocome.tradingsystem.inventory.application.store
Class NoSuchProductException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.cocome.tradingsystem.inventory.application.store.NoSuchProductException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchProductException
extends java.lang.Exception

This exception is thrown if there is no product for a specific barcode in the database

Author:
Yannick Welsch
See Also:
Serialized Form

Constructor Summary
NoSuchProductException()
           
NoSuchProductException(java.lang.String arg0)
           
NoSuchProductException(java.lang.String arg0, java.lang.Throwable arg1)
           
NoSuchProductException(java.lang.Throwable 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

NoSuchProductException

public NoSuchProductException()

NoSuchProductException

public NoSuchProductException(java.lang.String arg0)

NoSuchProductException

public NoSuchProductException(java.lang.Throwable arg0)

NoSuchProductException

public NoSuchProductException(java.lang.String arg0,
                              java.lang.Throwable arg1)