FileDocCategorySizeDatePackage
ReflectiveCopyException.javaAPI DocJava SE 5 API521Fri Aug 26 14:54:36 BST 2005com.sun.corba.se.spi.copyobject

ReflectiveCopyException

public class ReflectiveCopyException extends Exception

Fields Summary
Constructors Summary
public ReflectiveCopyException()

	super() ;
    
public ReflectiveCopyException(String msg)

	super( msg ) ;
    
public ReflectiveCopyException(String msg, Throwable t)

	super( msg, t ) ;
    
Methods Summary