Package com.enonic.xp.content
Class UnableToDeleteContentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.enonic.xp.content.UnableToDeleteContentException
-
- All Implemented Interfaces:
java.io.Serializable
@Beta public final class UnableToDeleteContentException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnableToDeleteContentException(ContentId contentId, java.lang.String reason)
UnableToDeleteContentException(ContentPath path, java.lang.String reason)
-
-
-
Constructor Detail
-
UnableToDeleteContentException
public UnableToDeleteContentException(ContentPath path, java.lang.String reason)
-
UnableToDeleteContentException
public UnableToDeleteContentException(ContentId contentId, java.lang.String reason)
-
-