com.francetelecom.admindm.soap
Class Fault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.francetelecom.admindm.soap.Fault
All Implemented Interfaces:
RPCMethod, java.io.Serializable

public class Fault
extends java.lang.Exception
implements RPCMethod

The Class Fault.

See Also:
Serialized Form

Constructor Summary
Fault()
          Instantiates a new fault.
Fault(int pFaultcode, java.lang.String pFaultstring)
          Instantiates a new fault.
Fault(int pFaultcode, java.lang.String pFaultstring, java.lang.Exception exp)
          Instantiates a new fault.
Fault(int pFaultcode, java.lang.String pFaultstring, java.util.List lsDetails)
          Instantiates a new fault.
Fault(int pFaultcode, java.lang.String pFaultstring, java.util.List lsDetails, java.lang.Exception exp)
          Instantiates a new fault.
 
Method Summary
 int getFaultcode()
          Gets the faultcode.
 java.lang.String getFaultstring()
          Gets the faultstring.
 java.lang.String getId()
          Gets the id.
 java.util.List getLsSetParamValuesFaults()
          Gets the ls set param values faults.
 java.lang.String getName()
          Gets the name.
 void perform(Session session)
          Perform.
 void setId(java.lang.String id)
          Setter the Id.
 
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

Fault

public Fault(int pFaultcode,
             java.lang.String pFaultstring,
             java.util.List lsDetails)
Instantiates a new fault.

Parameters:
pFaultcode - the faultcode
pFaultstring - the faultstring
lsDetails - the ls details

Fault

public Fault(int pFaultcode,
             java.lang.String pFaultstring,
             java.util.List lsDetails,
             java.lang.Exception exp)
Instantiates a new fault.

Parameters:
pFaultcode - the faultcode
pFaultstring - the faultstring
lsDetails - the list of details
exp - the source Exception

Fault

public Fault(int pFaultcode,
             java.lang.String pFaultstring)
Instantiates a new fault.

Parameters:
pFaultcode - the faultcode
pFaultstring - the faultstring

Fault

public Fault(int pFaultcode,
             java.lang.String pFaultstring,
             java.lang.Exception exp)
Instantiates a new fault.

Parameters:
pFaultcode - the faultcode
pFaultstring - the faultstring
exp - the Exception

Fault

public Fault()
Instantiates a new fault.

Method Detail

getFaultcode

public final int getFaultcode()
Gets the faultcode.

Returns:
the faultcode

getFaultstring

public final java.lang.String getFaultstring()
Gets the faultstring.

Returns:
the faultstring

getLsSetParamValuesFaults

public final java.util.List getLsSetParamValuesFaults()
Gets the ls set param values faults.

Returns:
the ls set param values faults

getName

public final java.lang.String getName()
Gets the name.

Specified by:
getName in interface RPCMethod
Returns:
the name
See Also:
RPCMethod.getName()

perform

public final void perform(Session session)
                   throws Fault
Perform.

Specified by:
perform in interface RPCMethod
Parameters:
session - the session
Throws:
Fault - the exception

getId

public java.lang.String getId()
Gets the id.

Specified by:
getId in interface RPCMethod
Returns:
the Id.

setId

public void setId(java.lang.String id)
Setter the Id.

Specified by:
setId in interface RPCMethod


Copyright © 2011 FranceTelecom. All Rights Reserved.