Class IllegalEditException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--IllegalEditException
All Implemented Interfaces:
java.io.Serializable

public class IllegalEditException
extends java.lang.Exception

This exception is thrown when a client attempts to edit content on which a lock has been acquired.

Version:
$2007-03-18 12:25:46 mdh$
Author:
Malcolm D. Hyman
See Also:
Serialized Form

Constructor Summary
IllegalEditException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalEditException

public IllegalEditException(java.lang.String s)