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