Class VersionRemovalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.confluence.impl.retention.exception.VersionRemovalException
-
- All Implemented Interfaces:
Serializable
public class VersionRemovalException extends RuntimeException
- Since:
- 7.12
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VersionRemovalException(long originalId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getOriginalId()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-