org.omg.CORBA.DynAnyPackage
Class InvalidValuejava.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.omg.CORBA.UserException | +--org.omg.CORBA.DynAnyPackage.InvalidValue
- All Implemented Interfaces:
- IDLEntity, Serializable
- public final class InvalidValue
- extends UserException
Constructor Summary
InvalidValue()
Constructs an InvalidValue object.InvalidValue(String reason)
Constructs an InvalidValue object.
Methods inherited from class java.lang.Throwable fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
InvalidValue
public InvalidValue()
- Constructs an InvalidValue object.
InvalidValue
public InvalidValue(String reason)
- Constructs an InvalidValue object.
- Parameters:
- reason - a String giving more information regarding the exception.