public class

DrupalException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.mule.modules.drupal.client.DrupalException

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
DrupalException(Throwable cause)
DrupalException(String message, Throwable cause)
DrupalException(String s)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Public Constructors

public DrupalException (Throwable cause)

Parameters
cause

public DrupalException (String message, Throwable cause)

Parameters
message
cause

public DrupalException (String s)

Parameters
s