org.apache.directory.shared.ldap.exception
Class OperationAbandonedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.naming.NamingException
              extended by org.apache.directory.shared.ldap.exception.OperationAbandonedException
All Implemented Interfaces:
java.io.Serializable

public class OperationAbandonedException
extends javax.naming.NamingException

Marker exception thrown when an operation is cancelled.

Version:
$Rev: 437007 $
Author:
Apache Directory Project
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
 
Constructor Summary
OperationAbandonedException()
           
 
Method Summary
 
Methods inherited from class javax.naming.NamingException
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationAbandonedException

public OperationAbandonedException()


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.