javax.xml.registry
Class RegistryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.registry.JAXRException
              extended by javax.xml.registry.RegistryException
All Implemented Interfaces:
Serializable, JAXRResponse
Direct Known Subclasses:
DeleteException, FindException, SaveException

public class RegistryException
extends JAXRException

Version:
$Revision$ $Date$
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.xml.registry.JAXRException
cause
 
Fields inherited from interface javax.xml.registry.JAXRResponse
STATUS_FAILURE, STATUS_SUCCESS, STATUS_UNAVAILABLE, STATUS_WARNING
 
Constructor Summary
RegistryException()
           
RegistryException(String message)
           
RegistryException(String message, Throwable cause)
           
RegistryException(Throwable cause)
           
 
Method Summary
 Key getErrorObjectKey()
           
 void setErrorObjectKey(Key errorObjectKey)
           
 
Methods inherited from class javax.xml.registry.JAXRException
getCause, getMessage, getRequestId, getStatus, initCause, isAvailable
 
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
 

Constructor Detail

RegistryException

public RegistryException()

RegistryException

public RegistryException(String message)

RegistryException

public RegistryException(Throwable cause)

RegistryException

public RegistryException(String message,
                         Throwable cause)
Method Detail

getErrorObjectKey

public Key getErrorObjectKey()
                      throws JAXRException
Throws:
JAXRException

setErrorObjectKey

public void setErrorObjectKey(Key errorObjectKey)
                       throws JAXRException
Throws:
JAXRException


Copyright © 2006 Apache Software Foundation. All Rights Reserved.