public class DuplicateWizardException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
DuplicateWizardException()
Create a new exception.
|
DuplicateWizardException(java.lang.String msg)
Create a new exception with a message.
|
DuplicateWizardException(java.lang.String msg,
java.lang.Throwable cause)
Create a new exception with a cause and a message.
|
DuplicateWizardException(java.lang.Throwable cause)
Create a new exception with a cause.
|
private static final long serialVersionUID
public DuplicateWizardException()
public DuplicateWizardException(java.lang.String msg)
msg
- Message from the caller why the exception was thrown.public DuplicateWizardException(java.lang.Throwable cause)
cause
- The throwable object that caused the exception.public DuplicateWizardException(java.lang.String msg, java.lang.Throwable cause)
msg
- Message from the caller about why the exception was thrown.cause
- The throwable object that caused the exception.