public class AccessDeniedException extends DBException
| Constructor and Description | 
|---|
| AccessDeniedException()Default constructor. | 
| AccessDeniedException(java.lang.String s)Constructor. | 
| AccessDeniedException(java.lang.String s,
                     java.lang.Throwable t)Constructor taking a message and another exception. | 
| AccessDeniedException(java.lang.Throwable t)Constructor taking another exception. | 
public AccessDeniedException()
public AccessDeniedException(java.lang.String s)
s - messagepublic AccessDeniedException(java.lang.Throwable t)
t - exception to grab data frompublic AccessDeniedException(java.lang.String s,
                             java.lang.Throwable t)
s - messaget - exception to grab data from