DeleteException

   
DeleteException javax.xml.registry

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

DeleteException is a subclass of RegistryException that is used to indicate a failure during a registry delete operation. DeleteException is not thrown by any method instead, it is stored within a BulkResponse object returned from a method such as the deleteOrganizations( ) method of BusinessLifeCycleManager . The affected object may be identified using the getErrorObjectKey( ) method inherited from RegistryException .


   


Java Web Services in a Nutshell
Java Web Services in a Nutshell
ISBN: 0596003994
EAN: 2147483647
Year: 2003
Pages: 257
Authors: Kim Topley

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net