Package com.dropbox.core
Class PathRootErrorException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.dropbox.core.DbxException
- 
- com.dropbox.core.PathRootErrorException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class PathRootErrorException extends DbxException Gets thrown when an invalid path rood is supplied.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description PathRootErrorException(java.lang.String requestId, java.lang.String message, PathRootError pathRootError)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PathRootErrorgetPathRootError()- 
Methods inherited from class com.dropbox.core.DbxExceptiongetRequestId
 
- 
 
- 
- 
- 
Constructor Detail- 
PathRootErrorExceptionpublic PathRootErrorException(java.lang.String requestId, java.lang.String message, PathRootError pathRootError)
 
- 
 - 
Method Detail- 
getPathRootErrorpublic PathRootError getPathRootError() 
 
- 
 
-