org.apache.ws.jaxme.js.beanreader
public class BeanReaderException extends Exception
| Constructor Summary | |
|---|---|
| BeanReaderException(String pMessage, Throwable pCause) Creates a new instance with the given message
and cause. | |
| BeanReaderException(String pMessage) Creates a new instance with the given message
and no cause. | |
| BeanReaderException(Throwable pCause) Creates a new instance with the given cause. | |