org.jvending.provisioning.stocking
Class StockingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jvending.provisioning.stocking.StockingException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ContentVerificationException

public class StockingException
extends java.lang.Exception
implements java.io.Serializable

An exception class for exceptions generated during stocking activities.

Since:
1.3a
Author:
Shane Isbell
See Also:
Serialized Form

Constructor Summary
StockingException()
           
StockingException(java.lang.String message)
           
StockingException(java.lang.String message, java.lang.Throwable cause)
           
StockingException(java.lang.Throwable cause)
           
 
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

StockingException

public StockingException()

StockingException

public StockingException(java.lang.String message)

StockingException

public StockingException(java.lang.String message,
                         java.lang.Throwable cause)

StockingException

public StockingException(java.lang.Throwable cause)


Copyright 2006 null. All Rights Reserved.