|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.acsinet_solutions.util.exception.SystemException
com.acsinet_solutions.util.exception.AccessException
public final class AccessException
Security access exception. It was not called SecurityException to avoid confusion with JDK class names.
| Constructor Summary | |
|---|---|
AccessException(java.lang.String message)
|
|
AccessException(java.lang.String message,
java.lang.Throwable nestedException)
|
|
| Method Summary |
|---|
| 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 |
|---|
public AccessException(java.lang.String message)
message -
public AccessException(java.lang.String message,
java.lang.Throwable nestedException)
message - nestedException -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||