Share via


WFCException Class

Methods | Fields | This Package | All Packages

Represents the WFC base exception class.

java.lang.RuntimeException
  |
  +--WFCException

package com.ms.wfc.core

public class WFCException
extends
RuntimeException****

Remarks

All WFC exceptions extend WFCException. Each WFCException object is associated with an inner exception, which allows the creation of exception trees. Call getBaseException to return the lowest exception in the hierarchy.