org.omg.CORBA.DynAnyPackage

Class InvalidSeq

public final class InvalidSeq extends UserException implements Serializable, IDLEntity

This exception is thrown by by dynamic any operations when a bad sequence is passed as a parameter.
Constructor Summary
InvalidSeq()
Creates InvalidSeq without explaining message.
InvalidSeq(String reason)
Created InvalidSeq exception, providing the explaining message.

Constructor Detail

InvalidSeq

public InvalidSeq()
Creates InvalidSeq without explaining message.

InvalidSeq

public InvalidSeq(String reason)
Created InvalidSeq exception, providing the explaining message.

Parameters: reason the reason of throwing the exception.