net.larsan.norna.service.user
Class NoSuchUserException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.SecurityException
                          |
                          +--net.larsan.norna.service.user.NoSuchUserException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchUserException
extends java.lang.SecurityException

This exception signal that a user does not exist.

Version:
Alpha-0.2 / 2002-10-06 21:37
Author:
Lars J. Nilsson
See Also:
Serialized Form

Constructor Summary
NoSuchUserException(java.lang.String user)
          Create a new exception with a user name.
 
Method Summary
 java.lang.String getUser()
          Get user name that does not exist.
 
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

NoSuchUserException

public NoSuchUserException(java.lang.String user)
Create a new exception with a user name.

Parameters:
user - User name that does not exist
Method Detail

getUser

public java.lang.String getUser()
Get user name that does not exist.