edu.csus.ecs.pc2.api.exceptions
Class NotLoggedInException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.csus.ecs.pc2.api.exceptions.NotLoggedInException
All Implemented Interfaces:
Serializable

public class NotLoggedInException
extends Exception

Signals that an attempt has been made to call a method when a client is not logged in.

Version:
$Id: NotLoggedInException.java 1570 2008-09-22 05:15:07Z laned $
Author:
pc2@ecs.csus.edu
See Also:

Information regarding the specific type of failure is accessible using the standard getMessage() method associated with the Exception.

This documentation describes the current draft of the PC2 API, which is subject to change., Serialized Form


Constructor Summary
NotLoggedInException()
           
NotLoggedInException(String message)
           
NotLoggedInException(String message, Throwable cause)
           
NotLoggedInException(Throwable cause)
           
 
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

NotLoggedInException

public NotLoggedInException()

NotLoggedInException

public NotLoggedInException(String message,
                            Throwable cause)

NotLoggedInException

public NotLoggedInException(String message)

NotLoggedInException

public NotLoggedInException(Throwable cause)