public class IncompatiblePropertyValueException extends ValidationException
| Constructor and Description |
|---|
IncompatiblePropertyValueException()
Create a new IncompatiblePropertyValueException instance.
|
IncompatiblePropertyValueException(String message)
Create a new
IncompatiblePropertyValueException instance. |
IncompatiblePropertyValueException(String message,
Throwable cause)
Create a new IncompatiblePropertyValueException instance.
|
IncompatiblePropertyValueException(Throwable cause)
Create a new IncompatiblePropertyValueException instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IncompatiblePropertyValueException(String message)
IncompatiblePropertyValueException instance.message - public IncompatiblePropertyValueException()
public IncompatiblePropertyValueException(String message, Throwable cause)
message - cause - public IncompatiblePropertyValueException(Throwable cause)
cause - Copyright © 2010–2024 The Apache Software Foundation. All rights reserved.