Package com.dropbox.core.v2.paper
Class PaperFolderCreateErrorException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.dropbox.core.DbxException
- 
- com.dropbox.core.DbxApiException
- 
- com.dropbox.core.v2.paper.PaperFolderCreateErrorException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class PaperFolderCreateErrorException extends DbxApiException Exception thrown when the server responds with aPaperFolderCreateErrorerror.This exception is raised by DbxUserPaperRequests.foldersCreate(String).- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description PaperFolderCreateErrorerrorValueThe error reported byDbxUserPaperRequests.foldersCreate(String).
 - 
Constructor SummaryConstructors Constructor Description PaperFolderCreateErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, PaperFolderCreateError 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 PaperFolderCreateError errorValue The error reported byDbxUserPaperRequests.foldersCreate(String).
 
- 
 - 
Constructor Detail- 
PaperFolderCreateErrorExceptionpublic PaperFolderCreateErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, PaperFolderCreateError errorValue)
 
- 
 
-