InvalidOperationExceptionpublic class InvalidOperationException extends Exception Exception thrown when an operation is invoked on a realm that does not
support it.
e.g. Invoking getGroups (username) is not supported by a certificate realm. |
Constructors Summary |
---|
public InvalidOperationException(String info)Constructs the exception, with descriptive information. super (info);
|
|