Previous section   Next section
SaveException javax.xml.registry

JAXR 1.0; JWSDP 1.0, J2EE 1.4 serializable checked
public class SaveException extends RegistryException {
// Public Constructors
    public SaveException(  ); 
    public SaveException( Throwable cause); 
    public SaveException( String reason); 
    public SaveException( String reason, Throwable cause); 
}

SaveException is a subclass of RegistryException that is used to indicate a failure to save an object in the registry. SaveException is not thrown by any method � instead, it is stored within a BulkResponse object returned from a method such as the saveOrganizations( ) method of BusinessLifeCycleManager. The affected object may be identified using the getErrorObjectKey( ) method inherited from RegistryException.


  Previous section   Next section