SalesPoint v3.3 API

users
Class DuplicateUserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by users.DuplicateUserException
All Implemented Interfaces:
Serializable

public class DuplicateUserException
extends RuntimeException

An exception thrown if you try to create a user with a name that is already being used.

Since:
v2.0
Author:
Steffen Zschaler
See Also:
UserManager.createUser(java.lang.String), UserManager.addUser(users.User), Serialized Form

Constructor Summary
DuplicateUserException()
          Create a new DuplicateUserException.
DuplicateUserException(String sDetail)
          Create a new DuplicateUserException with a detail message.
 
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

DuplicateUserException

public DuplicateUserException(String sDetail)
Create a new DuplicateUserException with a detail message.


DuplicateUserException

public DuplicateUserException()
Create a new DuplicateUserException.


SalesPoint v3.3 API