- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.omg.CORBA.UserException
-
- org.omg.CORBA.DynAnyPackage.InvalidSeq
-
- All Implemented Interfaces:
-
Serializable
,IDLEntity
public final class InvalidSeq extends UserException
InvalidSeq异常被所有操作抛出,在动态任务中,当序列无效时,它将一个序列(Java数组)作为参数。
-
-
构造方法摘要
构造方法 Constructor 描述 InvalidSeq()
构造一个InvalidSeq
对象。InvalidSeq(String reason)
构造一个InvalidSeq
对象。
-
方法摘要
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
构造方法详细信息
-
InvalidSeq
public InvalidSeq()
构造一个InvalidSeq
对象。
-
InvalidSeq
public InvalidSeq(String reason)
构造一个InvalidSeq
对象。- 参数
-
reason
- aString
giving more information regarding the exception.
-
-