Package java.security

Class NoSuchProviderException

All Implemented Interfaces:
Serializable

public class NoSuchProviderException
extends GeneralSecurityException
NoSuchProviderException indicates that a requested security provider could not be found.
See Also:
Serialized Form
  • Constructor Details

    • NoSuchProviderException

      public NoSuchProviderException​(String msg)
      Constructs a new instance of NoSuchProviderException with the given message.
      Parameters:
      msg - the detail message for this exception.
    • NoSuchProviderException

      public NoSuchProviderException()
      Constructs a new instance of NoSuchProviderException.