data
Class CatalogConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.