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)
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.

Constructor Details

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.