Uses of Class
org.wso2.carbon.CarbonException
Packages that use CarbonException
Package
Description
-
Uses of CarbonException in org.wso2.carbon
Subclasses of CarbonException in org.wso2.carbon -
Uses of CarbonException in org.wso2.carbon.utils
Subclasses of CarbonException in org.wso2.carbon.utilsModifier and TypeClassDescriptionclassException defined to denote that provided secret type is not supported.Methods in org.wso2.carbon.utils that throw CarbonExceptionModifier and TypeMethodDescriptionstatic voidUtils.deployZipFile(File zipFileLocation, File targetLocation) For a given Zip file, process each entry.static byte[]CarbonUtils.getBytesFromFile(File file) Returns the contents of the file in a byte array.static org.apache.axis2.deployment.DeployerCarbonUtils.getDeployer(String className) static InputStreamCarbonUtils.replaceSystemVariablesInXml(InputStream xmlConfiguration) static StringCarbonUtils.replaceSystemVariablesInXml(String xmlConfiguration) static InputStreamCarbonUtils.toInputStream(Document doc) -
Uses of CarbonException in org.wso2.carbon.utils.component.xml
Methods in org.wso2.carbon.utils.component.xml that throw CarbonExceptionModifier and TypeMethodDescriptionstatic ComponentComponentConfigFactory.build(InputStream xmlStream) -
Uses of CarbonException in org.wso2.carbon.utils.component.xml.builder
Methods in org.wso2.carbon.utils.component.xml.builder that throw CarbonExceptionModifier and TypeMethodDescriptionabstract ComponentConfig[]ComponentConfigBuilder.build(org.apache.axiom.om.OMElement configElement) DeployerConfigBuilder.build(org.apache.axiom.om.OMElement deployersElement) HTTPGetRequestProcessorConfigBuilder.build(org.apache.axiom.om.OMElement configElement) ManagementPermissionsBuilder.build(org.apache.axiom.om.OMElement omElement) -
Uses of CarbonException in org.wso2.carbon.utils.security
Methods in org.wso2.carbon.utils.security that throw CarbonExceptionModifier and TypeMethodDescriptionstatic StringKeystoreUtils.getFileTypeByExtension(String extension) Get the file type for give store file extension (ex: JKS, PKCS12).static voidKeystoreUtils.StoreFileType.validateFileType(String fileType) Check the configured store file type is supporting (ex: JKS, PKCS12).