Package org.alfresco.service.cmr.version
Class ReservedVersionNameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.service.cmr.version.ReservedVersionNameException
-
- All Implemented Interfaces:
Serializable
@AlfrescoPublicApi public class ReservedVersionNameException extends RuntimeException
- Author:
- Roy Wetherall
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReservedVersionNameException(String propertyName)Constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ReservedVersionNameException
public ReservedVersionNameException(String propertyName)
Constructor- Parameters:
propertyName- the name of the property that clashes with a reserved property name
-
-