org.apache.ws.jaxme.js.beanreader
Class BeanReaderException
Exception
org.apache.ws.jaxme.js.beanreader.BeanReaderException
public class BeanReaderException
extends Exception
An exception, which is being thrown, if an error
was encountered while running the BeanReader.
BeanReaderException(String pMessage) - Creates a new instance with the given message
and no cause.
|
BeanReaderException(String pMessage, Throwable pCause) - Creates a new instance with the given message
and cause.
|
BeanReaderException(Throwable pCause) - Creates a new instance with the given cause.
|
BeanReaderException
public BeanReaderException(String pMessage)
Creates a new instance with the given message
and no cause.
BeanReaderException
public BeanReaderException(String pMessage,
Throwable pCause)
Creates a new instance with the given message
and cause.
BeanReaderException
public BeanReaderException(Throwable pCause)
Creates a new instance with the given cause.