public class UnwritableElementException extends HandlingException
Constructor and Description |
---|
UnwritableElementException()
Creates a new UnwritablePropertyException.
|
UnwritableElementException(java.lang.String message)
Creates a new UnwritablePropertyException with the given message.
|
UnwritableElementException(java.lang.String message,
java.lang.Throwable cause)
Creates a new UnwritablePropertyException with the given cause and message
|
UnwritableElementException(java.lang.Throwable cause)
Creates a new UnwritablePropertyException with the given cause.
|
public UnwritableElementException()
public UnwritableElementException(java.lang.String message)
message
- the exception messagepublic UnwritableElementException(java.lang.String message, java.lang.Throwable cause)
message
- the exception messagecause
- the exception causepublic UnwritableElementException(java.lang.Throwable cause)
cause
- the exception cause