java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.SecurityException
com.jcorporate.expresso.core.db.exception.DBAccessDeniedException
com.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 classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.