javax.xml.registry
Class JAXRException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.registry.JAXRException
- All Implemented Interfaces:
- JAXRResponse, java.io.Serializable
- Direct Known Subclasses:
- InvalidRequestException, RegistryException, UnexpectedObjectException, UnsupportedCapabilityException
- public class JAXRException
- extends java.lang.Exception
- implements JAXRResponse
Signals that a JAXR exception has occurred.
Note that the Exception chaining here is different from JDK1.4
- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
Field Summary |
protected java.lang.Throwable |
cause
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
cause
protected java.lang.Throwable cause
JAXRException
public JAXRException()
JAXRException
public JAXRException(java.lang.String message)
JAXRException
public JAXRException(java.lang.Throwable cause)
JAXRException
public JAXRException(java.lang.String message,
java.lang.Throwable cause)
initCause
public java.lang.Throwable initCause(java.lang.Throwable cause)
getMessage
public java.lang.String getMessage()
getCause
public java.lang.Throwable getCause()
getRequestId
public java.lang.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
Copyright © 2004-2006 Apache Web Services. All Rights Reserved.