de.jadv.lib.exceptions
Class UserDoesNotExistException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.jadv.lib.exceptions.JAdvException
                    |
                    +--de.jadv.lib.exceptions.UserDoesNotExistException
All Implemented Interfaces:
java.io.Serializable

public class UserDoesNotExistException
extends JAdvException

User doesn't exist.

Author:
neitzel
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
UserDoesNotExistException()
          Constructor for JAdvUserNotExistsException.
UserDoesNotExistException(java.lang.String message)
          Constructor for JAdvUserNotExistsException.
UserDoesNotExistException(java.lang.String message, java.lang.Throwable cause)
          Constructor for JAdvUserNotExistsException.
UserDoesNotExistException(java.lang.Throwable cause)
          Constructor for JAdvUserNotExistsException.
 
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

UserDoesNotExistException

public UserDoesNotExistException()
Constructor for JAdvUserNotExistsException.


UserDoesNotExistException

public UserDoesNotExistException(java.lang.String message)
Constructor for JAdvUserNotExistsException.

Parameters:
message -

UserDoesNotExistException

public UserDoesNotExistException(java.lang.String message,
                                 java.lang.Throwable cause)
Constructor for JAdvUserNotExistsException.

Parameters:
message -
cause -

UserDoesNotExistException

public UserDoesNotExistException(java.lang.Throwable cause)
Constructor for JAdvUserNotExistsException.

Parameters:
cause -