lumis.portal.webservice
Class WebServicePortalFault

Package class diagram package WebServicePortalFault
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by lumis.portal.webservice.WebServicePortalFault
All Implemented Interfaces:
Serializable

@WebFault(faultBean="lumis.portal.webservice.WebServicePortalFault.FaultBean")
public class WebServicePortalFault
extends Exception

Generic exception thrown by Lumis Portal web services when operations fail.

Since:
6.2.0
See Also:
Serialized Form

Nested Class Summary
static class WebServicePortalFault.FaultBean
          Fault bean used in the web fault.
 
Constructor Summary
WebServicePortalFault()
           
WebServicePortalFault(String message)
           
WebServicePortalFault(String message, Throwable cause)
           
WebServicePortalFault(Throwable cause)
           
 
Method Summary
 WebServicePortalFault.FaultBean getFaultInfo()
          Returns the WebServicePortalFault.FaultBean.
This method is described in the specification, in the section 2.5.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebServicePortalFault

public WebServicePortalFault()

WebServicePortalFault

public WebServicePortalFault(String message,
                             Throwable cause)

WebServicePortalFault

public WebServicePortalFault(String message)

WebServicePortalFault

public WebServicePortalFault(Throwable cause)
Method Detail

getFaultInfo

public WebServicePortalFault.FaultBean getFaultInfo()
Returns the WebServicePortalFault.FaultBean.
This method is described in the specification, in the section 2.5.

Returns:
the WebServicePortalFault.FaultBean.
Since:
6.2.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.