javax.xml.registry

Class JAXRException

    • Field Detail

      • cause

        protected Throwable cause
        The Throwable that caused this JAXRException to occur. This is used when a JAXRException has a nested Throwable.
    • Constructor Detail

      • JAXRException

        public JAXRException()
        Constructs a JAXRException object with no reason or embedded Throwable.
      • JAXRException

        public JAXRException(String reason)
        Constructs a JAXRException object with the given String as the reason for the exception being thrown.
        Parameters:
        reason - a description of what caused the exception
      • JAXRException

        public JAXRException(String reason,
                             Throwable cause)
        Constructs a JAXRException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded Throwable.
        Parameters:
        reason - a description of what caused the exception
        cause - a Throwable object that is to be embedded in this JAXRException object
      • JAXRException

        public JAXRException(Throwable cause)
        Constructs a JAXRException object initialized with the given Throwable object.
        Parameters:
        cause - the Throwable that caused this Exception
    • Method Detail

      • getMessage

        public String getMessage()
        Returns the detail message for this JAXRException object.

        If there is an embedded Throwable, and if the JAXRException object has no detail message of its own, this method will return the detail message from the embedded Throwable.

        Overrides:
        getMessage in class Throwable
        Returns:
        the error or warning message for this JAXRException or, if it has none, the message of the embedded Throwable, if there is one
      • getCause

        public Throwable getCause()
        Returns the Throwable embedded in this JAXRException if there is one. Otherwise, this method returns null.
        Overrides:
        getCause in class Throwable
        Returns:
        the embedded Throwable or null if there is none
      • initCause

        public Throwable initCause(Throwable cause)
        Initializes the cause of this throwable to the specified value. (The cause is the throwable that caused this throwable to get thrown.)

        This method can be called at most once. It is generally called from within the constructor, or immediately after creating the throwable. If this throwable was created with JAXRException(Throwable) or JAXRException(String,Throwable), this method cannot be called even once.

        Overrides:
        initCause in class Throwable
        Parameters:
        cause - the cause (which is saved for later retrieval by the getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
        Returns:
        a reference to this Throwable instance.
        Throws:
        IllegalArgumentException - if cause is this throwable. (A throwable cannot be its own cause.)
        IllegalStateException - if this throwable was created with JAXRException(Throwable) or JAXRException(String,Throwable), or this method has already been called on this throwable.
      • getRequestId

        public String getRequestId()
        Description copied from interface: JAXRResponse
        Returns the unique id for the request that generated this response.

        Capability Level: 0
        Specified by:
        getRequestId in interface JAXRResponse
        Returns:
        the request id
      • isAvailable

        public boolean isAvailable()
                            throws JAXRException
        Returns true if a response is available, false otherwise. This is a polling method and must not block.
        Specified by:
        isAvailable in interface JAXRResponse
        Returns:
        true if the response is available; false otherwise
        Throws:
        JAXRException - If the JAXR provider encounters an internal error

Deutsche Übersetzung

Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.

Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.

Vielen Dank im Voraus.

Dokument erstellt 11/06/2005, zuletzt geändert 18/08/2025
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-javaee-rf-javax/xml/registry/JAXRException.html

Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.

Referenzen

  1. Zeigen Sie - html-Dokument Sprache des Dokuments:fr Manuel PHP : https://docs.oracle.com, JAXRException (Java(TM) EE 7 Specification APIs)

Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor dieser Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.