FileDocCategorySizeDatePackage
InvalidOperationException.javaAPI DocGlassfish v2 API2466Fri May 04 22:35:26 BST 2007com.sun.enterprise.security.auth.realm

InvalidOperationException

public 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.
author
Harpreet Singh

Fields Summary
Constructors Summary
public InvalidOperationException(String info)
Constructs the exception, with descriptive information.

param
info describes the problem with the realm

 super (info); 
Methods Summary