Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.jcorporate.expresso.core.db.exception
Class DBNotLoggedInException  view DBNotLoggedInException download DBNotLoggedInException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.SecurityException
                  extended bycom.jcorporate.expresso.core.db.exception.DBAccessDeniedException
                      extended bycom.jcorporate.expresso.core.db.exception.DBNotLoggedInException
All Implemented Interfaces:
java.io.Serializable

public class DBNotLoggedInException
extends DBAccessDeniedException

This class is thrown when an attempt is made to access a resource protected by the Expresso Framework and specifically the end user has not prsented any login credentials yet.


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.SecurityException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
DBNotLoggedInException()
          Constructs a DBNotLoggedInException with no detail message.
DBNotLoggedInException(java.lang.String s)
          Constructs a DBNotLoggedInException with the specified detail message.
 
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

DBNotLoggedInException

public DBNotLoggedInException()
Constructs a DBNotLoggedInException with no detail message.


DBNotLoggedInException

public DBNotLoggedInException(java.lang.String s)
Constructs a DBNotLoggedInException with the specified detail message.