当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
JAXRException (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
javax.xml.registry
Class JAXRException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.registry.JAXRException
- All Implemented Interfaces:
- JAXRResponse, Serializable
- Direct Known Subclasses:
- InvalidRequestException, RegistryException, UnexpectedObjectException, UnsupportedCapabilityException
- public class JAXRException
- extends Exception
- implements JAXRResponse
- Version:
- $Revision: 1.1 $
- Author:
- Scott.Stark@jboss.org
- See Also:
- Serialized Form
cause
protected Throwable cause
JAXRException
public JAXRException()
JAXRException
public JAXRException(String msg)
JAXRException
public JAXRException(String msg,
Throwable cause)
JAXRException
public JAXRException(Throwable cause)
getRequestId
public String getRequestId()
- Specified by:
getRequestId
in interface JAXRResponse
getStatus
public int getStatus()
- Specified by:
getStatus
in interface JAXRResponse
isAvailable
public boolean isAvailable()
throws JAXRException
- Specified by:
isAvailable
in interface JAXRResponse
- Throws:
JAXRException
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.
- Parameters:
cause
-
- Returns:
- this
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.