javax.xml.registry
Class RegistryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.xml.registry.JAXRException
              extended byjavax.xml.registry.RegistryException
All Implemented Interfaces:
JAXRResponse, java.io.Serializable
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(java.lang.String message)
           
RegistryException(java.lang.String message, java.lang.Throwable cause)
           
RegistryException(java.lang.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(java.lang.String message)

RegistryException

public RegistryException(java.lang.Throwable cause)

RegistryException

public RegistryException(java.lang.String message,
                         java.lang.Throwable cause)
Method Detail

getErrorObjectKey

public Key getErrorObjectKey()
                      throws JAXRException
Throws:
JAXRException

setErrorObjectKey

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


Copyright © 2004-2007 Apache Web Services. All Rights Reserved.