Class KeyStoreException

All Implemented Interfaces:
Serializable

public class KeyStoreException extends RuntimeException
Thrown if it fails to load certificate from KeyStore
See Also:
  • Constructor Details

    • KeyStoreException

      public KeyStoreException(@Nullable @Nullable String msg, @Nullable @Nullable Throwable cause)
    • KeyStoreException

      public KeyStoreException(@Nullable @Nullable String msg)
    • KeyStoreException

      public KeyStoreException(@Nullable @Nullable Throwable cause)