FileDocCategorySizeDatePackage
InvalidMechanismException.javaAPI DocGlassfish v2 API2306Fri May 04 22:34:58 BST 2007com.sun.enterprise.iiop.security

InvalidMechanismException

public class InvalidMechanismException extends Exception
author
Harpreet Singh

Fields Summary
Constructors Summary
public InvalidMechanismException(String msg)
Constructs the exception with the specified detail message.

param
the detail message.

	super(msg);
    
Methods Summary