public class

DropboxException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.mule.modules.dropbox.exception.DropboxException

Summary

[Expand]
Inherited Constants
From class java.lang.RuntimeException
From class java.lang.Exception
From class java.lang.Throwable
Fields
private String message
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
DropboxException(String message)
DropboxException(Error error)
Public Methods
String getMessage()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Fields

private String message

Public Constructors

public DropboxException (String message)

Parameters
message

public DropboxException (Error error)

Parameters
error

Public Methods

public String getMessage ()