SalesPoint v3.3 API

users
Class UnknownUserException

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

public class UnknownUserException
extends RuntimeException

An exception thrown if you try to log on an unknown user.

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

Constructor Summary
UnknownUserException()
          Create a new UnknownUserException.
UnknownUserException(String sDetail)
          Create a new UnknownUserException 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

UnknownUserException

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


UnknownUserException

public UnknownUserException()
Create a new UnknownUserException.


SalesPoint v3.3 API