com.sap.ecm.api
Class RepositoryQuotaExceededException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sap.ecm.api.ServiceException
                  extended by com.sap.ecm.api.RepositoryQuotaExceededException
All Implemented Interfaces:
Serializable

public class RepositoryQuotaExceededException
extends ServiceException

This exception signals that an attempt to create a new repository failed, as the respective quota of repositories is exceeded.

See Also:
Serialized Form

Constructor Summary
RepositoryQuotaExceededException(String message)
          Constructs a new exception with the given message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositoryQuotaExceededException

public RepositoryQuotaExceededException(String message)
Constructs a new exception with the given message.

Parameters:
message - The exceptions message.


Copyright © 2015 SAP. All Rights Reserved.