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