public class DuplicateWizardException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
DuplicateWizardException()
Create a new exception.
|
DuplicateWizardException(String msg)
Create a new exception with a message.
|
DuplicateWizardException(String msg,
Throwable cause)
Create a new exception with a cause and a message.
|
DuplicateWizardException(Throwable cause)
Create a new exception with a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public DuplicateWizardException()
public DuplicateWizardException(String msg)
msg
- Message from the caller why the exception was thrown.public DuplicateWizardException(Throwable cause)
cause
- The throwable object that caused the exception.