Package com.dropbox.core.v2.files
Class GetTemporaryLinkErrorException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.dropbox.core.DbxException
- 
- com.dropbox.core.DbxApiException
- 
- com.dropbox.core.v2.files.GetTemporaryLinkErrorException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class GetTemporaryLinkErrorException extends DbxApiException Exception thrown when the server responds with aGetTemporaryLinkErrorerror.This exception is raised by DbxUserFilesRequests.getTemporaryLink(String).- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description GetTemporaryLinkErrorerrorValueThe error reported byDbxUserFilesRequests.getTemporaryLink(String).
 - 
Constructor SummaryConstructors Constructor Description GetTemporaryLinkErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, GetTemporaryLinkError errorValue)
 - 
Method Summary- 
Methods inherited from class com.dropbox.core.DbxApiExceptionbuildMessage, buildMessage, getUserMessage
 - 
Methods inherited from class com.dropbox.core.DbxExceptiongetRequestId
 
- 
 
- 
- 
- 
Field Detail- 
errorValuepublic final GetTemporaryLinkError errorValue The error reported byDbxUserFilesRequests.getTemporaryLink(String).
 
- 
 - 
Constructor Detail- 
GetTemporaryLinkErrorExceptionpublic GetTemporaryLinkErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, GetTemporaryLinkError errorValue)
 
- 
 
-