public class

FileAlreadyUploaded

extends RemoteMessageException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ fm.audiobox.core.exceptions.AudioBoxException
           ↳ fm.audiobox.core.exceptions.RemoteMessageException
             ↳ fm.audiobox.core.exceptions.FileAlreadyUploaded

Class Overview

This exception is thrown while uploading if a media file already exists on AudioBox Cloud.

Its main usage is to handle 409 HttpStatus messages.

Summary

[Expand]
Inherited Fields
From class fm.audiobox.core.exceptions.AudioBoxException
Public Constructors
FileAlreadyUploaded(HttpResponse response)
Instantiates a new FileAlreadyUploaded exception starting from the response.
[Expand]
Inherited Methods
From class fm.audiobox.core.exceptions.RemoteMessageException
From class fm.audiobox.core.exceptions.AudioBoxException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public FileAlreadyUploaded (HttpResponse response)

Instantiates a new FileAlreadyUploaded exception starting from the response.

Parameters
response the response