gnu.crypto.sasl
public class NoSuchMechanismException extends SaslException
Version: $Revision: 1.2 $
Constructor Summary | |
---|---|
NoSuchMechanismException(String arg)
Constructs a NoSuchMechanismException with the specified
detail message. |
NoSuchMechanismException
with the specified
detail message. In the case of this exception, the detail message
designates the offending mechanism name.
Parameters: arg the detail message, which in this case is the offending mechanism name.