FileDocCategorySizeDatePackage
InvalidSeq.javaAPI DocJava SE 5 API799Fri Aug 26 14:58:26 BST 2005org.omg.CORBA.DynAnyPackage

InvalidSeq

public final class InvalidSeq extends org.omg.CORBA.UserException
The InvalidSeq exception is thrown by all operations on dynamic anys that take a sequence (Java array) as an argument, when that sequence is invalid.

Fields Summary
Constructors Summary
public InvalidSeq()
Constructs an InvalidSeq object.

	super();
    
public InvalidSeq(String reason)
Constructs an InvalidSeq object.

param
reason a String giving more information regarding the exception.

	super(reason);
    
Methods Summary