Package com.sap.ecm.api
Class RepositoryQuotaExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.ecm.api.ServiceException
com.sap.ecm.api.RepositoryQuotaExceededException
- All Implemented Interfaces:
Serializable
This exception signals that an attempt to create a new repository failed, as the respective quota
of repositories is exceeded.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRepositoryQuotaExceededException
(String message) Constructs a new exception with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RepositoryQuotaExceededException
Constructs a new exception with the given message.- Parameters:
message
- The exceptions message.
-