Serialized Form


Package com.dtolabs.client.services

Class com.dtolabs.client.services.CentralDispatcherFailureResponseException extends CentralDispatcherException implements Serializable

Class com.dtolabs.client.services.CentralDispatcherServerRequestException extends CentralDispatcherException implements Serializable


Package com.dtolabs.client.utils

Class com.dtolabs.client.utils.AuthorizationFailureException extends HttpClientException implements Serializable

Class com.dtolabs.client.utils.HttpClientException extends java.lang.Exception implements Serializable


Package com.dtolabs.launcher

Class com.dtolabs.launcher.Setup.SetupException extends java.lang.Exception implements Serializable


Package com.dtolabs.rundeck.core

Class com.dtolabs.rundeck.core.CoreException extends java.lang.RuntimeException implements Serializable

Class com.dtolabs.rundeck.core.NodesetEmptyException extends CoreException implements Serializable

Serialized Fields

nodeset

NodesSelector nodeset

Class com.dtolabs.rundeck.core.NodesetFailureException extends DispatcherException implements Serializable

Serialized Fields

nodeset

java.util.Collection<E> nodeset
Construct a NodesetFailureException


Package com.dtolabs.rundeck.core.authentication

Class com.dtolabs.rundeck.core.authentication.PromptCancelledException extends UserInfoException implements Serializable

Class com.dtolabs.rundeck.core.authentication.UserInfoException extends java.lang.RuntimeException implements Serializable


Package com.dtolabs.rundeck.core.authorization

Class com.dtolabs.rundeck.core.authorization.AuthorizationException extends CoreException implements Serializable


Package com.dtolabs.rundeck.core.authorization.providers

Class com.dtolabs.rundeck.core.authorization.providers.InvalidCollection extends java.lang.Exception implements Serializable

Class com.dtolabs.rundeck.core.authorization.providers.PoliciesParseException extends java.lang.Exception implements Serializable


Package com.dtolabs.rundeck.core.cli

Class com.dtolabs.rundeck.core.cli.CLIToolException extends java.lang.Exception implements Serializable

Class com.dtolabs.rundeck.core.cli.CLIToolOptionsException extends CLIToolException implements Serializable


Package com.dtolabs.rundeck.core.cli.jobs

Class com.dtolabs.rundeck.core.cli.jobs.JobsToolException extends CLIToolException implements Serializable


Package com.dtolabs.rundeck.core.cli.project

Class com.dtolabs.rundeck.core.cli.project.InvalidArgumentsException extends ProjectToolException implements Serializable

Class com.dtolabs.rundeck.core.cli.project.ProjectToolException extends java.lang.RuntimeException implements Serializable


Package com.dtolabs.rundeck.core.cli.queue

Class com.dtolabs.rundeck.core.cli.queue.QueueToolException extends CLIToolException implements Serializable


Package com.dtolabs.rundeck.core.cli.run

Class com.dtolabs.rundeck.core.cli.run.RunToolException extends CLIToolException implements Serializable


Package com.dtolabs.rundeck.core.common

Class com.dtolabs.rundeck.core.common.FileUpdaterException extends java.lang.Exception implements Serializable

Class com.dtolabs.rundeck.core.common.FrameworkResourceException extends java.lang.RuntimeException implements Serializable

Serialized Fields

message

java.lang.String message

resource

IFrameworkResource resource

Class com.dtolabs.rundeck.core.common.FrameworkResourceParent.NoSuchResourceException extends FrameworkResourceException implements Serializable

Class com.dtolabs.rundeck.core.common.NodeFileParserException extends java.lang.Exception implements Serializable

Class com.dtolabs.rundeck.core.common.NodesGeneratorException extends java.lang.Exception implements Serializable

Class com.dtolabs.rundeck.core.common.UpdateUtils.UpdateException extends java.lang.Exception implements Serializable


Package com.dtolabs.rundeck.core.dispatcher

Class com.dtolabs.rundeck.core.dispatcher.CentralDispatcherException extends java.lang.Exception implements Serializable

Class com.dtolabs.rundeck.core.dispatcher.DataContextUtils.UnresolvedDataReferenceException extends java.lang.RuntimeException implements Serializable

Serialized Fields

template

java.lang.String template

referenceName

java.lang.String referenceName

Package com.dtolabs.rundeck.core.execution

Class com.dtolabs.rundeck.core.execution.ExecutionException extends java.lang.Exception implements Serializable


Package com.dtolabs.rundeck.core.execution.dispatch

Class com.dtolabs.rundeck.core.execution.dispatch.DispatcherException extends java.lang.Exception implements Serializable

Serialized Fields

node

INodeEntry node

resultMap

java.util.Map<K,V> resultMap

Package com.dtolabs.rundeck.core.execution.service

Class com.dtolabs.rundeck.core.execution.service.ExecutionServiceException extends java.lang.Exception implements Serializable

Serialized Fields

serviceName

java.lang.String serviceName

Class com.dtolabs.rundeck.core.execution.service.FileCopierException extends java.lang.Exception implements Serializable

Serialized Fields

failureReason

FailureReason failureReason

Class com.dtolabs.rundeck.core.execution.service.MissingProviderException extends ProviderLoaderException implements Serializable

Class com.dtolabs.rundeck.core.execution.service.ProviderCreationException extends ProviderLoaderException implements Serializable

Class com.dtolabs.rundeck.core.execution.service.ProviderLoaderException extends ServiceProviderException implements Serializable

Class com.dtolabs.rundeck.core.execution.service.ServiceProviderException extends ExecutionServiceException implements Serializable

Serialized Fields

providerName

java.lang.String providerName

Package com.dtolabs.rundeck.core.execution.workflow.steps

Class com.dtolabs.rundeck.core.execution.workflow.steps.StepException extends java.lang.Exception implements Serializable

Serialized Fields

failureReason

FailureReason failureReason

Package com.dtolabs.rundeck.core.execution.workflow.steps.node

Class com.dtolabs.rundeck.core.execution.workflow.steps.node.NodeStepException extends StepException implements Serializable

Serialized Fields

nodeName

java.lang.String nodeName

Package com.dtolabs.rundeck.core.logging

Class com.dtolabs.rundeck.core.logging.LogFileStorageException extends java.lang.Exception implements Serializable


Package com.dtolabs.rundeck.core.plugins

Class com.dtolabs.rundeck.core.plugins.PluginException extends java.lang.Exception implements Serializable


Package com.dtolabs.rundeck.core.plugins.configuration

Class com.dtolabs.rundeck.core.plugins.configuration.ConfigurationException extends java.lang.Exception implements Serializable

Class com.dtolabs.rundeck.core.plugins.configuration.ValidationException extends java.lang.Exception implements Serializable


Package com.dtolabs.rundeck.core.resources

Class com.dtolabs.rundeck.core.resources.ResourceModelSourceException extends java.lang.Exception implements Serializable

Class com.dtolabs.rundeck.core.resources.ResourceModelSourceServiceException extends ExecutionServiceException implements Serializable


Package com.dtolabs.rundeck.core.resources.format

Class com.dtolabs.rundeck.core.resources.format.ResourceFormatGeneratorException extends java.lang.Exception implements Serializable

Class com.dtolabs.rundeck.core.resources.format.ResourceFormatParserException extends java.lang.Exception implements Serializable

Class com.dtolabs.rundeck.core.resources.format.UnsupportedFormatException extends ResourceFormatParserException implements Serializable


Package com.dtolabs.rundeck.core.tasks.net

Class com.dtolabs.rundeck.core.tasks.net.SSHTaskBuilder.BuilderException extends java.lang.Exception implements Serializable


Package com.dtolabs.rundeck.core.utils

Class com.dtolabs.rundeck.core.utils.JARVerifier.VerifierException extends java.lang.Exception implements Serializable

Class com.dtolabs.rundeck.core.utils.PropertyLookupException extends java.lang.RuntimeException implements Serializable

Class com.dtolabs.rundeck.core.utils.PropertyUtil.PropertyUtilException extends java.lang.RuntimeException implements Serializable


Package com.dtolabs.shared.resources

Class com.dtolabs.shared.resources.ResourceXMLParserException extends java.lang.Exception implements Serializable