WPI GDC CMS 0.0.1

org.wpi.gdc.cms.main
Class NoSuchUserException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.wpi.gdc.cms.main.NoSuchUserException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchUserException
extends java.lang.RuntimeException

There was no user belonging to the session.

Version:
1.2
Author:
dmpotter
See Also:
Serialized Form

Constructor Summary
NoSuchUserException()
          Creates a new NoSuchUserException with no error message.
NoSuchUserException(java.lang.String msg)
          Creates a new NoSuchUserException with the specified error 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

NoSuchUserException

public NoSuchUserException(java.lang.String msg)
Creates a new NoSuchUserException with the specified error message.
Parameters:
msg - the error message

NoSuchUserException

public NoSuchUserException()
Creates a new NoSuchUserException with no error message.

WPI GDC CMS 0.0.1

Copyright © 2001 WPI Game Development Club. All Rights Reserved.