Class ArcGISKeyStoreException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.esri.arcgisruntime.io.ArcGISKeyStoreException
All Implemented Interfaces:
Serializable

public class ArcGISKeyStoreException extends IOException
An exception indicating that applying a client certificate on the Http client keystore failed. This can happen for example if the keystore data is invalid, or if a password is required but not given, or if the given password was incorrect.
Since:
100.9.0
See Also:
  • Constructor Details

    • ArcGISKeyStoreException

      public ArcGISKeyStoreException(String message, Throwable cause)
      Constructs a KeyStoreException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - a cause, can be null
      Since:
      100.9.0