Package com.sas.lsaf.content.repository
Class RepositoryItemVersioningException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.content.repository.RepositoryException
-
- com.sas.lsaf.content.repository.RepositoryItemException
-
- com.sas.lsaf.content.repository.RepositoryItemVersioningException
-
- All Implemented Interfaces:
java.io.Serializable
public class RepositoryItemVersioningException extends RepositoryItemException
Thrown when an attempt is made to create a new version of an unversioned file.- Since:
- 1.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryItemVersioningException(java.lang.String path, java.lang.String message)
Constructs aRepositoryItemVersioningException
with the specified path and message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.content.repository.RepositoryItemException
getPath
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
RepositoryItemVersioningException
public RepositoryItemVersioningException(java.lang.String path, java.lang.String message)
Constructs aRepositoryItemVersioningException
with the specified path and message.- Parameters:
path
- The path to the repository item.message
- The detail message (which is saved for later retrieval byAbstractCheckedException.getMessage()
).
-
-