org.apache.slide.content
Class NodeNotVersionedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.slide.common.SlideException
                    |
                    +--org.apache.slide.content.ContentException
                          |
                          +--org.apache.slide.content.NodeNotVersionedException
All Implemented Interfaces:
java.io.Serializable

public class NodeNotVersionedException
extends ContentException

The node is not versioned.

Version:
$Revision: 1.1 $
Author:
Remy Maucherat
See Also:
Serialized Form

Constructor Summary
NodeNotVersionedException(java.lang.String objectUri)
          Constructor.
 
Method Summary
 java.lang.String getObjectUri()
          Object Uri accessor.
 
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

NodeNotVersionedException

public NodeNotVersionedException(java.lang.String objectUri)
Constructor.
Parameters:
objectUri - Uri of the object
Method Detail

getObjectUri

public java.lang.String getObjectUri()
Object Uri accessor.
Returns:
String object Uri