org.cocome.tradingsystem.inventory.application.store
Class NoSuchProductException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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)