|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opengts.dbtools.DBException
org.opengts.dbtools.DBNotAuthorizedException
public class DBNotAuthorizedException
DBNotAuthorizedException is thrown in cases where the DB
operation is not authorized.
| Constructor Summary | |
|---|---|
DBNotAuthorizedException(java.lang.String msg)
Constructor |
|
DBNotAuthorizedException(java.lang.String msg,
java.lang.Throwable cause)
Constructor |
|
| Method Summary |
|---|
| Methods inherited from class org.opengts.dbtools.DBException |
|---|
getCauseMessage, getMessage, isCauseCommunicationsException, isCommunicationsException, isOutOfMemoryError, isSQLException, printException, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DBNotAuthorizedException(java.lang.String msg)
msg - The String message associated with this Exception
public DBNotAuthorizedException(java.lang.String msg,
java.lang.Throwable cause)
msg - The String message associated with this Exceptioncause - The cause of this exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||