com.intel.gpe.clients.api.exceptions
Interface FaultWrapper

All Known Implementing Classes:
GPEFaultWrapper

public interface FaultWrapper

Generic wrapper for service faults.

Version:
$Id: FaultWrapper.java,v 1.4 2006/02/18 18:42:29 nbmalysh Exp $
Author:
Dmitry Petrov

Method Summary
 java.lang.String[] getDescriptionAsStrings()
          Get fault description (to be used by client applications in diagnostics output).
 java.lang.Throwable getFault()
          Get the original fault.
 

Method Detail

getFault

java.lang.Throwable getFault()
Get the original fault.

Returns:
original fault

getDescriptionAsStrings

java.lang.String[] getDescriptionAsStrings()
Get fault description (to be used by client applications in diagnostics output).

Returns:
fault description lines as array of Strings


Copyright © 2008. All Rights Reserved.