Package org.omg.CORBA.DynAnyPackage
Class InvalidSeq
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
org.omg.CORBA.DynAnyPackage.InvalidSeq
- All Implemented Interfaces:
Serializable
,IDLEntity
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.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs anInvalidSeq
object.InvalidSeq
(String reason) Constructs anInvalidSeq
object. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSeq
public InvalidSeq()Constructs anInvalidSeq
object. -
InvalidSeq
Constructs anInvalidSeq
object.- Parameters:
reason
- aString
giving more information regarding the exception.
-