public final class AccessorException
extends java.lang.Exception
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.
Constructor | Description |
---|---|
AccessorException() |
|
AccessorException(java.lang.String message) |
|
AccessorException(java.lang.String message,
java.lang.Throwable cause) |
|
AccessorException(java.lang.Throwable cause) |
public AccessorException()
public AccessorException(java.lang.String message)
public AccessorException(java.lang.String message, java.lang.Throwable cause)
public AccessorException(java.lang.Throwable cause)
Copyright © 2017 Oracle Corporation. All rights reserved.