org.omg.CORBA.DynAnyPackage
public final class InvalidSeq extends UserException implements Serializable, IDLEntity
sequence is passed as a parameter.
| Constructor Summary | |
|---|---|
| InvalidSeq()
Creates InvalidSeq without explaining message. | |
| InvalidSeq(String reason)
Created InvalidSeq exception, providing the explaining message.
| |
Parameters: reason the reason of throwing the exception.