Expresso 5-6

com.jcorporate.expresso.core.db.exception
Class DBAccessDeniedException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DBNotLoggedInException

public class DBAccessDeniedException
extends SecurityException

This class is thrown when an attempt is made to access a resource protected by the Expresso Framework, the framework will throw this Exception.

Since:
Expresso 3.0
Author:
Michael Rimov
See Also:
Serialized Form

Constructor Summary
DBAccessDeniedException()
          Constructs a DBAccessDeniedException with no detail message.
DBAccessDeniedException(String s)
          Constructs a DBAccessDeniedException 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

DBAccessDeniedException

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


DBAccessDeniedException

public DBAccessDeniedException(String s)
Constructs a DBAccessDeniedException with the specified detail message.

Parameters:
s - the detail message.

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.