public class MinSdkVersionException extends ApkFormatException
| Constructor and Description |
|---|
MinSdkVersionException(java.lang.String message)
Constructs a new
MinSdkVersionException with the provided message. |
MinSdkVersionException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new
MinSdkVersionException with the provided message and cause. |
public MinSdkVersionException(java.lang.String message)
MinSdkVersionException with the provided message.public MinSdkVersionException(java.lang.String message,
java.lang.Throwable cause)
MinSdkVersionException with the provided message and cause.