org.apache.slide.macro
Class ConflictException

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

public class ConflictException
extends SlideException

The copy/move operation is in conflict, e.g. the path of the destination is not created (yet).

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

Constructor Summary
ConflictException(java.lang.String objectUri)
          Constructor.
ConflictException(java.lang.String objectUri, java.lang.Throwable t)
          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

ConflictException

public ConflictException(java.lang.String objectUri)
Constructor.
Parameters:
objectUri - Uri of the forbidden operation

ConflictException

public ConflictException(java.lang.String objectUri,
                         java.lang.Throwable t)
Constructor.
Parameters:
objectUri - Uri of the forbidden operation
t - Throwable containing the reason
Method Detail

getObjectUri

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