- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.omg.CORBA.UserException
-
- org.omg.CORBA.DynAnyPackage.InvalidValue
-
- All Implemented Interfaces:
Serializable,IDLEntity
public final class InvalidValue extends UserException
-
-
Constructor Summary
Constructors Constructor Description InvalidValue()Constructs anInvalidValueobject.InvalidValue(String reason)Constructs anInvalidValueobject.
-
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
-
InvalidValue
public InvalidValue()
Constructs anInvalidValueobject.
-
InvalidValue
public InvalidValue(String reason)
Constructs anInvalidValueobject.- Parameters:
reason- aStringgiving more information regarding the exception.
-
-