public class BazaarException
extends java.lang.Exception
Constructor and Description |
---|
BazaarException(java.lang.String detailMessage)
Constructs a new BazaarException with the current stack trace and the
specified detail message.
|
BazaarException(java.lang.String detailMessage,
java.lang.Throwable throwable)
Constructs a new BazaarException with the current stack trace, the
specified detail message and the specified cause.
|
public BazaarException(java.lang.String detailMessage)
detailMessage
- the message for the exceptionpublic BazaarException(java.lang.String detailMessage, java.lang.Throwable throwable)
detailMessage
- the message for the exceptionthrowable
- the cause of the exception