Java javax.xml.registry UnexpectedObjectException fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.registry UnexpectedObjectException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.registry UnexpectedObjectException.

The text is from its open source code.

Constructor

UnexpectedObjectException(String reason)
Constructs a JAXRException object with the given String as the reason for the exception being thrown.
UnexpectedObjectException(Throwable cause)
Constructs a JAXRException object initialized with the given Throwable object.
UnexpectedObjectException()
Constructs a JAXRException object with no reason or embedded Throwable.