com.jcorporate.expresso.core.db.exception
Class DBAccessDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.SecurityException
com.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.
Please see www.jcorporate.com for information about new Expresso releases.