org.apache.ws.jaxme.js.beanreader

Class BeanReaderException

public class BeanReaderException extends Exception

An exception, which is being thrown, if an error was encountered while running the BeanReader.
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.

Constructor Detail

BeanReaderException

public BeanReaderException(String pMessage, Throwable pCause)
Creates a new instance with the given message and cause.

BeanReaderException

public BeanReaderException(String pMessage)
Creates a new instance with the given message and no cause.

BeanReaderException

public BeanReaderException(Throwable pCause)
Creates a new instance with the given cause.