jACOB 2.7 API Documentation.

de.tif.jacob.core.exception
Class UserNotExistingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.tif.jacob.core.exception.UserException
              extended by de.tif.jacob.core.exception.UserNotExistingException
All Implemented Interfaces:
java.io.Serializable

public class UserNotExistingException
extends UserException

This exception indicates that a user with a given id does not exist.

See Also:
Serialized Form

Field Summary
static java.lang.String RCS_ID
          The internal revision control system id.
static java.lang.String RCS_REV
          The internal revision control system id in short form.
 
Constructor Summary
UserNotExistingException()
          Deprecated. use UserNotExistingException(String)
UserNotExistingException(java.lang.String userId)
          Constructs the UserNotExistingException.
 
Method Summary
 
Methods inherited from class de.tif.jacob.core.exception.UserException
getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RCS_ID

public static final transient java.lang.String RCS_ID
The internal revision control system id.

See Also:
Constant Field Values

RCS_REV

public static final transient java.lang.String RCS_REV
The internal revision control system id in short form.

See Also:
Constant Field Values
Constructor Detail

UserNotExistingException

public UserNotExistingException()
Deprecated. use UserNotExistingException(String)

Constructs the UserNotExistingException.


UserNotExistingException

public UserNotExistingException(java.lang.String userId)
Constructs the UserNotExistingException.

Parameters:
userId - the id of the user not existing

jACOB 2.7 API Documentation.