javax.xml.registry
Class RegistryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.registry.JAXRException (src)
javax.xml.registry.RegistryException
- All Implemented Interfaces:
- JAXRResponse (src) , java.io.Serializable
- Direct Known Subclasses:
- DeleteException (src) , FindException (src) , SaveException (src)
- public class RegistryException
- extends JAXRException (src)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RegistryException
public RegistryException()
RegistryException
public RegistryException(java.lang.String msg)
RegistryException
public RegistryException(java.lang.String msg,
java.lang.Throwable cause)
RegistryException
public RegistryException(java.lang.Throwable cause)
getErrorObjectKey
public Key (src) getErrorObjectKey()
throws JAXRException (src)
- Throws:
JAXRException (src)
setErrorObjectKey
public void setErrorObjectKey(Key (src) key)
throws JAXRException (src)
- Throws:
JAXRException (src)