Uses of Class
org.alfresco.error.AlfrescoRuntimeException
-
Packages that use AlfrescoRuntimeException Package Description org.alfresco.encryption org.alfresco.error org.alfresco.query org.alfresco.scripts org.alfresco.util.transaction -
-
Uses of AlfrescoRuntimeException in org.alfresco.encryption
Methods in org.alfresco.encryption that throw AlfrescoRuntimeException Modifier and Type Method Description protected KeyAlfrescoKeyStoreImpl. getSecretKey(AlfrescoKeyStoreImpl.KeyInformation keyInformation) -
Uses of AlfrescoRuntimeException in org.alfresco.error
Methods in org.alfresco.error that return AlfrescoRuntimeException Modifier and Type Method Description static AlfrescoRuntimeExceptionAlfrescoRuntimeException. create(String msgId, Object... objects)Helper factory method making use of variable argument numbersstatic AlfrescoRuntimeExceptionAlfrescoRuntimeException. create(Throwable cause, String msgId, Object... objects)Helper factory method making use of variable argument numbers -
Uses of AlfrescoRuntimeException in org.alfresco.query
Subclasses of AlfrescoRuntimeException in org.alfresco.query Modifier and Type Class Description classCannedQueryExceptionException generated by failures to execute canned queries. -
Uses of AlfrescoRuntimeException in org.alfresco.scripts
Subclasses of AlfrescoRuntimeException in org.alfresco.scripts Modifier and Type Class Description classScriptException -
Uses of AlfrescoRuntimeException in org.alfresco.util.transaction
Subclasses of AlfrescoRuntimeException in org.alfresco.util.transaction Modifier and Type Class Description classConnectionPoolExceptionException wrapsNoSuchElementExceptionfromorg.apache.commons.dbcp.BasicDataSource
-