java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.esri.arcgisruntime.io.ArcGISKeyStoreException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorDescriptionArcGISKeyStoreException
(String message, Throwable cause) Constructs a KeyStoreException with the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ArcGISKeyStoreException
Constructs a KeyStoreException with the specified detail message and cause.- Parameters:
message
- the detail messagecause
- a cause, can be null- Since:
- 100.9.0
-