SalesPoint v3.3 API

data
Class CatalogConflictException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by data.CatalogConflictException
All Implemented Interfaces:
Serializable

public class CatalogConflictException
extends RuntimeException

An exception thrown when a catalog conflict was detected. A catalog conflict occurs when operations that work on two Stocks are to work on two Stocks that have different Catalogs.

Since:
v2.0
Author:
Steffen Zschaler
See Also:
Serialized Form

Constructor Summary
CatalogConflictException()
          Create a new CatalogConflictException.
CatalogConflictException(String sDetail)
          Create a new CatalogConflictException with a detail message.
 
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

CatalogConflictException

public CatalogConflictException()
Create a new CatalogConflictException.


CatalogConflictException

public CatalogConflictException(String sDetail)
Create a new CatalogConflictException with a detail message.

Parameters:
sDetail - the detail message.

SalesPoint v3.3 API