Name

SaveException

Synopsis

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.

Get Java Web Services in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.