public class BeanReaderException
extends java.lang.Exception
Constructor and Description |
---|
BeanReaderException(java.lang.String pMessage)
Creates a new instance with the given message
and no cause.
|
BeanReaderException(java.lang.String pMessage,
java.lang.Throwable pCause)
Creates a new instance with the given message
and cause.
|
BeanReaderException(java.lang.Throwable pCause)
Creates a new instance with the given cause.
|
public BeanReaderException(java.lang.String pMessage, java.lang.Throwable pCause)
public BeanReaderException(java.lang.String pMessage)
public BeanReaderException(java.lang.Throwable pCause)