|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException net.sf.basedb.clients.web.DuplicateWizardException
public class DuplicateWizardException
This exception is thrown when a plug-in configuration wizard is open and the user tries to open a second one.
Field Summary | |
---|---|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
Constructor Detail |
---|
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.public DuplicateWizardException(String msg, Throwable cause)
msg
- Message from the caller about why the exception was thrown.cause
- The throwable object that caused the exception.
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |