public class

FwsException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.mule.module.fws.api.FwsException

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
FwsException(String message, Throwable cause)
FwsException(Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 5138427327290205905 (0x474f5c6dfb4ae6d1)

Public Constructors

public FwsException (String message, Throwable cause)

Parameters
message
cause

public FwsException (Throwable cause)

Parameters
cause