Package com.sas.lsaf.content.repository
Class RepositoryItemIllegalStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.sas.lsaf.core.AbstractRuntimeException
-
- com.sas.lsaf.content.repository.RepositoryRuntimeException
-
- com.sas.lsaf.content.repository.RepositoryItemRuntimeException
-
- com.sas.lsaf.content.repository.RepositoryItemIllegalStateException
-
- All Implemented Interfaces:
java.io.Serializable
public class RepositoryItemIllegalStateException extends RepositoryItemRuntimeException
Thrown when an action cannot be completed because the item is in an invalid state.- Since:
- 2.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryItemIllegalStateException(java.lang.String path, java.lang.String message)
Constructs aRepositoryItemIllegalStateException
with the specified message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.content.repository.RepositoryItemRuntimeException
getPath
-
Methods inherited from class com.sas.lsaf.core.AbstractRuntimeException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
RepositoryItemIllegalStateException
public RepositoryItemIllegalStateException(java.lang.String path, java.lang.String message)
Constructs aRepositoryItemIllegalStateException
with the specified message.- Parameters:
path
- The path to the repository item.message
- The detail message (which is saved for later retrieval byAbstractRuntimeException.getMessage()
).
-
-