Page Summary
-
UnsupportedResidentKeyRequirementException is an exception thrown when an unsupported or unrecognized resident key requirement is encountered.
-
It has a public constructor that takes a String argument representing the requirement.
-
This class inherits methods from java.lang.Throwable and java.lang.Object.
public static class ResidentKeyRequirement.UnsupportedResidentKeyRequirementException
extends Exception
Exception thrown when an unsupported or unrecognized resident key requirement is encountered.
Public Constructor Summary
|
UnsupportedResidentKeyRequirementException(String requirement)
|