Uses of Class
dev.galasa.cicsts.CedaException
Packages that use CedaException
- 
Uses of CedaException in dev.galasa.cicsts
Methods in dev.galasa.cicsts that throw CedaExceptionModifier and TypeMethodDescriptionvoidICeda.createResource(@NotNull ICicsTerminal terminal, @NotNull String resourceType, @NotNull String resourceName, @NotNull String groupName, String resourceParameters) voidICeda.deleteGroup(@NotNull ICicsTerminal terminal, @NotNull String groupName) voidICeda.deleteResource(@NotNull ICicsTerminal terminal, @NotNull String resourceType, @NotNull String resourceName, @NotNull String groupName) voidICeda.installGroup(@NotNull ICicsTerminal terminal, @NotNull String groupName) voidICeda.installResource(@NotNull ICicsTerminal terminal, @NotNull String resourceType, @NotNull String resourceName, @NotNull String cedaGroup) booleanICeda.resourceExists(@NotNull ICicsTerminal terminal, @NotNull String resourceType, @NotNull String resourceName, @NotNull String groupName)