com.sun.xml.bind.api

Class AccessorException

public final class AccessorException extends Exception

Signals an error in RawAccessor.

This error is not reported to the user handler. Once reported the error should be wrapped into another exception.

This exception happens primarily when JAXB accesses the getter/setter method and it throws a checked exception.

Subject to change without notice.

Since: 2.0 EA1

Constructor Summary
AccessorException()
AccessorException(String message)
AccessorException(String message, Throwable cause)
AccessorException(Throwable cause)

Constructor Detail

AccessorException

public AccessorException()

AccessorException

public AccessorException(String message)

AccessorException

public AccessorException(String message, Throwable cause)

AccessorException

public AccessorException(Throwable cause)