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 Summary
Constructors Constructor Description PathRootErrorException(java.lang.String requestId, java.lang.String message, PathRootError pathRootError)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathRootError
getPathRootError()
-
Methods inherited from class com.dropbox.core.DbxException
getRequestId
-
-
-
-
Constructor Detail
-
PathRootErrorException
public PathRootErrorException(java.lang.String requestId, java.lang.String message, PathRootError pathRootError)
-
-
Method Detail
-
getPathRootError
public PathRootError getPathRootError()
-
-