|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.slide.common.SlideException
org.apache.slide.macro.ForbiddenException
The copy/move operation is forbidden, e.g. source and destination uri are identical.
Field Summary |
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
ForbiddenException(java.lang.String objectUri)
Constructor. |
|
ForbiddenException(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, 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 |
public ForbiddenException(java.lang.String objectUri)
objectUri
- Uri of the forbidden operationpublic ForbiddenException(java.lang.String objectUri, java.lang.Throwable t)
objectUri
- Uri of the forbidden operationt
- Throwable containing the reasonMethod Detail |
public java.lang.String getObjectUri()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |