SalesPoint Framework v3.0

users
Class UnknownUserException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--users.UnknownUserException

public class UnknownUserException
extends RuntimeException

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

Since:
v2.0
See Also:
UserManager.logOn(java.lang.Object, users.User), Serialized Form
Source Code:
UnknownUserException.java

Constructor Summary
UnknownUserException()
          Create a new UnknownUserException.
UnknownUserException(String sDetail)
          Create a new UnknownUserException with a detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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 Framework v3.0