org.jvending.provisioning.stocking
Class ContentVerificationException

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

public class ContentVerificationException
extends StockingException
implements java.io.Serializable

An exception class for exceptions generated during content verification activities.

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

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

ContentVerificationException

public ContentVerificationException(java.lang.String message)

ContentVerificationException

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


Copyright 2006 null. All Rights Reserved.