public class

ProcessingFaultMsg

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.workday.compensation.ProcessingFaultMsg

Class Overview

This class was generated by Apache CXF 2.5.1 2014-02-28T19:23:25.124-03:00 Generated source version: 2.5.1

Summary

[Expand]
Inherited Constants
From class java.lang.RuntimeException
From class java.lang.Exception
From class java.lang.Throwable
Fields
private ProcessingFaultType processingFault
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
ProcessingFaultMsg()
ProcessingFaultMsg(String message)
ProcessingFaultMsg(String message, Throwable cause)
ProcessingFaultMsg(String message, ProcessingFaultType processingFault)
ProcessingFaultMsg(String message, ProcessingFaultType processingFault, Throwable cause)
Public Methods
ProcessingFaultType getFaultInfo()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Fields

private ProcessingFaultType processingFault

Public Constructors

public ProcessingFaultMsg ()

public ProcessingFaultMsg (String message)

Parameters
message

public ProcessingFaultMsg (String message, Throwable cause)

Parameters
message
cause

public ProcessingFaultMsg (String message, ProcessingFaultType processingFault)

Parameters
message
processingFault

public ProcessingFaultMsg (String message, ProcessingFaultType processingFault, Throwable cause)

Parameters
message
processingFault
cause

Public Methods

public ProcessingFaultType getFaultInfo ()