public class

SharepointRuntimeException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.mule.modules.sharepoint.exception.SharepointRuntimeException

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class java.lang.RuntimeException
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
SharepointRuntimeException()
SharepointRuntimeException(String exceptionMessage)
SharepointRuntimeException(Throwable cause)
SharepointRuntimeException(String exceptionMessage, Throwable cause)
[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 SharepointRuntimeException ()

public SharepointRuntimeException (String exceptionMessage)

Parameters
exceptionMessage

public SharepointRuntimeException (Throwable cause)

Parameters
cause

public SharepointRuntimeException (String exceptionMessage, Throwable cause)

Parameters
exceptionMessage
cause