SecurityProviderException Class
- java.
lang. Object - Exception
- com.
microsoft. azure. sdk. iot. provisioning. security. exceptions. SecurityProviderException
- com.
public class SecurityProviderException
Constructor Summary
Constructor | Description | |
---|---|---|
SecurityProviderException(String message) | ||
SecurityProviderException(String message, Throwable e) | ||
SecurityProviderException(Throwable e) |
Constructor Details
SecurityProviderException
public SecurityProviderException(String message)
Parameters:
message
SecurityProviderException
public SecurityProviderException(String message, Throwable e)
Parameters:
message
e
SecurityProviderException
public SecurityProviderException(Throwable e)
Parameters:
e
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java