public class IncompatiblePropertyValueException
extends javax.validation.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, toString
public IncompatiblePropertyValueException(String message)
IncompatiblePropertyValueException
instance.message
- public IncompatiblePropertyValueException()
public IncompatiblePropertyValueException(String message, Throwable cause)
message
- cause
- public IncompatiblePropertyValueException(Throwable cause)
cause
- Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.