com.sun.xml.bind.api
Class AccessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.xml.bind.api.AccessorException
All Implemented Interfaces:
java.io.Serializable

public final class AccessorException
extends java.lang.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
See Also:
Serialized Form

Constructor Summary
AccessorException()
           
AccessorException(java.lang.String message)
           
AccessorException(java.lang.String message, java.lang.Throwable cause)
           
AccessorException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessorException

public AccessorException()

AccessorException

public AccessorException(java.lang.String message)

AccessorException

public AccessorException(java.lang.String message,
                         java.lang.Throwable cause)

AccessorException

public AccessorException(java.lang.Throwable cause)