com.esri.adf.security.exception
Class ArcGISSecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.esri.adf.security.exception.ArcGISSecurityException
All Implemented Interfaces:
java.io.Serializable

public class ArcGISSecurityException
extends java.lang.Exception

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.

See Also:
Serialized Form

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

ArcGISSecurityException

public ArcGISSecurityException(java.lang.String message,
                               java.lang.Exception exception)
Constructs the ArcGISSecurityException object.

Parameters:
message - - String information associated with the exception
exception - - Exception object that could be underlying cause of the ArcGISSecurityException

ArcGISSecurityException

public ArcGISSecurityException(java.lang.String message)
Constructs the ArcGISSecurityException object.

Parameters:
message - - String information associated with the exception