public class UnsupportedECDomainException
extends java.lang.Exception
| Constructor and Description |
|---|
UnsupportedECDomainException(int domainBitLength)
Creates a new
UnsupportedECDomainException from the given
EC field size (in bits). |
UnsupportedECDomainException(java.lang.String ecDomainName)
Creates a new
UnsupportedECDomainException from the given
EC domain name (or alias). |
UnsupportedECDomainException(java.lang.String message,
java.lang.Throwable cause)
Creates a
CodingException with the specified detail
message and cause. |
public UnsupportedECDomainException(java.lang.String ecDomainName)
UnsupportedECDomainException from the given
EC domain name (or alias).ecDomainName - the EC domain name (or alias)public UnsupportedECDomainException(int domainBitLength)
UnsupportedECDomainException from the given
EC field size (in bits).domainBitLength - the EC field size in bits for the EC domainpublic UnsupportedECDomainException(java.lang.String message,
java.lang.Throwable cause)
CodingException with the specified detail
message and cause.message - the detail message.cause - the cause. (A null value is permitted, and
indicates that the cause is nonexistent or unknown.)