public final class InvalidValue extends UserException
InvalidValue
exception if the value inserted is not consistent with the type
of the accessed component in the DynAny object.| Constructor and Description |
|---|
InvalidValue()
Constructs an
InvalidValue object. |
InvalidValue(String reason)
Constructs an
InvalidValue object. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidValue()
InvalidValue object.public InvalidValue(String reason)
InvalidValue object.reason - a String giving more information
regarding the exception.Copyright © 2018 JBoss by Red Hat. All rights reserved.