Page Summary
-
TokenBinding.UnsupportedTokenBindingStatusException is an exception thrown when an unsupported or unrecognized TokenBinding.TokenBindingStatus is encountered.
-
This exception has a public constructor that takes a String argument representing the unsupported token binding status.
-
It inherits various methods from the java.lang.Throwable and java.lang.Object classes.
Exception thrown when an unsupported or unrecognized
TokenBinding.TokenBindingStatus is encountered.
Public Constructor Summary
|
UnsupportedTokenBindingStatusException(String
unsupportedTokenBindingStatus)
Constructor for the
TokenBinding.UnsupportedTokenBindingStatusException.
|
Inherited Method Summary
Public Constructors
public UnsupportedTokenBindingStatusException (String unsupportedTokenBindingStatus)
Constructor for the
TokenBinding.UnsupportedTokenBindingStatusException.