public class KKNotInStockException
extends org.apache.commons.lang.exception.NestableException
| Constructor and Description |
|---|
KKNotInStockException()
Constructs a new
KKNotInStockException without specified detail message. |
KKNotInStockException(java.lang.String msg)
Constructs a new
KKNotInStockException with specified detail message. |
KKNotInStockException(java.lang.String msg,
java.lang.Throwable nested)
Constructs a new
KKNotInStockException with specified detail message and
nested Throwable. |
KKNotInStockException(java.lang.Throwable nested)
Constructs a new
KKNotInStockException with specified nested
Throwable. |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTracepublic KKNotInStockException()
KKNotInStockException without specified detail message.public KKNotInStockException(java.lang.String msg)
KKNotInStockException with specified detail message.msg - the error message.public KKNotInStockException(java.lang.Throwable nested)
KKNotInStockException with specified nested
Throwable.nested - the exception or error that caused this exception to be thrown.public KKNotInStockException(java.lang.String msg,
java.lang.Throwable nested)
KKNotInStockException with specified detail message and
nested Throwable.msg - the error message.nested - the exception or error that caused this exception to be thrown.Copyright © 2018 DS Data Systems UK Ltd.