- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.omg.CORBA.UserException
-
- org.omg.CORBA.DynAnyPackage.Invalid
-
- All Implemented Interfaces:
Serializable,IDLEntity
public final class Invalid extends UserException
Invalid is thrown by dynamic any operations when a badDynAnyorAnyis passed as a parameter.
-
-
Method Summary
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
Invalid
public Invalid()
Constructs anInvalidobject.
-
Invalid
public Invalid(String reason)
Constructs anInvalidobject.- Parameters:
reason- aStringgiving more information regarding the bad parameter passed to a dynamic any operation.
-
-