Class 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 Detail

      • 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