|
Esri Geoportal Server 1.2.9
|
||||||||
| 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.io.IOException
com.esri.gpt.control.webharvest.AccessException
public class AccessException
Access exception.
| Constructor Summary | |
|---|---|
AccessException(String msg,
Access access)
Constructs an instance of AccessException with the specified
detail message. |
|
AccessException(String msg,
Throwable cause)
Constructs an instance of AccessException with the specified
detail message. |
|
| Method Summary | |
|---|---|
Access |
getAccess()
Gets access. |
| 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(String msg,
Access access)
AccessException with the specified
detail message.
msg - the detail message.access - access
public AccessException(String msg,
Throwable cause)
AccessException with the specified
detail message.
msg - the detail message.cause - cause| Method Detail |
|---|
public Access getAccess()
null if access information unavailable
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||