|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
kieker.webgui.common.exception.AbstractKiekerWebGUIException
kieker.webgui.common.exception.DataAccessException
kieker.webgui.common.exception.UserAlreadyExistingException
public class UserAlreadyExistingException
This exception can be thrown to show that a user with the given name already exists .
Constructor Summary | |
---|---|
UserAlreadyExistingException()
Creates a new instance of this exception without detail message. |
|
UserAlreadyExistingException(String msg)
Creates a new instance of this class using the given detail message. |
|
UserAlreadyExistingException(String msg,
Throwable cause)
Creates a new instance of this class using the given detail message and 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 |
Constructor Detail |
---|
public UserAlreadyExistingException()
Throwable.initCause(java.lang.Throwable)
.
public UserAlreadyExistingException(String msg)
Throwable.initCause(java.lang.Throwable)
.
msg
- The detail message of the exception.public UserAlreadyExistingException(String msg, Throwable cause)
msg
- The detail message of the exception.cause
- The cause for the exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |