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

InvalidIdentityTokenException

public class InvalidIdentityTokenException extends Exception
author
Harpreet Singh

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

param
the detail message.

	super(msg);
    
Methods Summary