Package org.nuxeo.ecm.core.api.model
Class VersionNotModifiableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.nuxeo.ecm.core.api.NuxeoException
-
- org.nuxeo.ecm.core.api.model.VersionNotModifiableException
-
- All Implemented Interfaces:
Serializable
public class VersionNotModifiableException extends NuxeoException
Exception indicating that a version cannot be modified.- Since:
- 10.3
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.core.api.NuxeoException
statusCode
-
-
Constructor Summary
Constructors Constructor Description VersionNotModifiableException()
VersionNotModifiableException(String message)
VersionNotModifiableException(String message, Throwable cause)
VersionNotModifiableException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.nuxeo.ecm.core.api.NuxeoException
addInfo, getInfos, getMessage, getOriginalMessage, getStatusCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
VersionNotModifiableException
public VersionNotModifiableException()
-
VersionNotModifiableException
public VersionNotModifiableException(String message)
-
VersionNotModifiableException
public VersionNotModifiableException(String message, Throwable cause)
-
VersionNotModifiableException
public VersionNotModifiableException(Throwable cause)
-
-