edu.csus.ecs.pc2.api.exceptions
Class NotLoggedInException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotLoggedInException
public NotLoggedInException()
NotLoggedInException
public NotLoggedInException(String message,
Throwable cause)
NotLoggedInException
public NotLoggedInException(String message)
NotLoggedInException
public NotLoggedInException(Throwable cause)