com.sap.ecm.api
Class RepositoryNotEmptyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.ecm.api.ServiceException
com.sap.ecm.api.RepositoryNotEmptyException
- All Implemented Interfaces:
- Serializable
public class RepositoryNotEmptyException
- extends ServiceException
This exception signals that a repository could not be deleted because it still contains content.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RepositoryNotEmptyException
public RepositoryNotEmptyException(String message)
- Constructs a new exception with the given message.
- Parameters:
message
- The exceptions message.
Copyright © 2014 SAP. All Rights Reserved.