FileDocCategorySizeDatePackage
IDLTypeException.javaAPI DocJava SE 5 API484Fri Aug 26 14:54:30 BST 2005com.sun.corba.se.impl.presentation.rmi

IDLTypeException

public class IDLTypeException extends Exception
Checked exception containing information about an an IDL type validation.

Fields Summary
Constructors Summary
public IDLTypeException()

public IDLTypeException(String message)

        super(message);
    
Methods Summary