|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.esri.adf.security.exception.ArcGISSecurityException
public class ArcGISSecurityException
All exceptional cases that occur during security API runtime will be wrapped in this class. To get more information, you can use the getCause() method on the ArcGISSecurityException object. Not all ArcGISSecurityException cases will have an underlying cause.
| Constructor Summary | |
|---|---|
ArcGISSecurityException(java.lang.String message)
Constructs the ArcGISSecurityException object. |
|
ArcGISSecurityException(java.lang.String message,
java.lang.Exception exception)
Constructs the ArcGISSecurityException object. |
|
| 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 ArcGISSecurityException(java.lang.String message,
java.lang.Exception exception)
message - - String information associated with the exceptionexception - - Exception object that could be underlying cause of the ArcGISSecurityExceptionpublic ArcGISSecurityException(java.lang.String message)
message - - String information associated with the exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||