Classes
Class | Description | |
---|---|---|
AuthenticationException |
This exception is thrown when there is an authentication failure during an operation
| |
AuthorizationException |
This exception is thrown when there is an authorization failure during an operation
| |
CredentialsNotProvidedException |
Is thrown when user credentials are not provided.
| |
EntryNotFoundException |
This exception is thrown when a given entry is not found
| |
FileDownloadException |
This exception is thrown when there are issues with downloading a stream from a virtual cluster.
| |
FileExistsException |
This exception is thrown when trying to overwrite a file that already exists on the disk. This is most likely
thrown during download operation.
| |
FileUploadException |
This exception is thrown when there are issues when uploading a file to a virtual cluster
| |
InvalidCredentialException |
This exception is thrown when there is an authentication failure during an operation
| |
JobNotFoundException |
This exception is thrown when a job cannot be found for the given job id in the specified VC.
| |
JobSubmissionException |
This exception is thrown when there are issues with submitting a job to a virtual cluster.
| |
StreamAlreadyExistsException |
This exception is thrown when stream creation fails due to the fact that the stream already exists.
| |
StreamCreateException |
This exception is thrown when there is a problem with creating a stream on a virtual cluster.
| |
StreamReadException |
This exception is thrown when there is a problem reading a stream from a virtual cluster.
| |
StreamSetNotFoundException |
This exception is thrown when a particular streamset cannot be found in the specified VC.
| |
VcClientException |