com.novell.service.nds.naming
Class OperationAbortedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.naming.NamingException
                    |
                    +--com.novell.service.nds.naming.OperationAbortedException

public class OperationAbortedException
extends javax.naming.NamingException

Exception thrown from a createSubContext or destroySubcontext on an NdsPartitionTreeRootContext object when the operation is aborted via a call to abortOperations().


Constructor Summary
OperationAbortedException(java.lang.String oprn)
          Constructs an OperationAbortedException object based on a string paramter containing the name of the operation that is aborted.
 
Methods inherited from class javax.naming.NamingException
appendRemainingComponent, appendRemainingName, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, printStackTrace, printStackTrace, printStackTrace, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationAbortedException

public OperationAbortedException(java.lang.String oprn)
Constructs an OperationAbortedException object based on a string paramter containing the name of the operation that is aborted.
Parameters:
oprn - The operation that is aborted.