Package lumis.portal.webservice
Class WebServicePortalFault
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- lumis.portal.webservice.WebServicePortalFault
-
- All Implemented Interfaces:
Serializable
@WebFault(faultBean="lumis.portal.webservice.WebServicePortalFault.FaultBean") public class WebServicePortalFault extends Exception
Generic exception thrown by LumisXP web services when operations fail.- Since:
- 6.2.0
- Version:
- $Revision: 22420 $ $Date: 2019-02-19 16:21:02 -0300 (Tue, 19 Feb 2019) $
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebServicePortalFault.FaultBean
Fault bean used in theweb fault
.
-
Constructor Summary
Constructors Constructor Description WebServicePortalFault()
WebServicePortalFault(String message)
WebServicePortalFault(String message, Throwable cause)
WebServicePortalFault(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebServicePortalFault.FaultBean
getFaultInfo()
Returns theWebServicePortalFault.FaultBean
.
This method is described in the specification, in the section 2.5.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getFaultInfo
public WebServicePortalFault.FaultBean getFaultInfo()
Returns theWebServicePortalFault.FaultBean
.
This method is described in the specification, in the section 2.5.- Returns:
- the
WebServicePortalFault.FaultBean
. - Since:
- 6.2.0
-
-