Package com.esri.arcgisruntime.io
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArcGISKeyStoreException(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
-
-