Class ArcGISKeyStoreException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ArcGISKeyStoreException
    extends java.io.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​(java.lang.String message, java.lang.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ArcGISKeyStoreException

        public ArcGISKeyStoreException​(java.lang.String message,
                                       java.lang.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