org.apache.directory.api.ldap.model.exception
Class OperationAbandonedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.directory.api.ldap.model.exception.LdapException
              extended by org.apache.directory.api.ldap.model.exception.OperationAbandonedException
All Implemented Interfaces:
Serializable

public class OperationAbandonedException
extends LdapException

Marker exception thrown when an operation is cancelled.

Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
OperationAbandonedException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationAbandonedException

public OperationAbandonedException()


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.