com.francetelecom.admindm.soap
Class SetParamValuesFault

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

public final class SetParamValuesFault
extends java.lang.Exception
implements RPCMethod

The Class SetParamValuesFault.

See Also:
Serialized Form

Constructor Summary
SetParamValuesFault(java.lang.String pParameterName, int pFaultcode, java.lang.String pFaultstring)
          Instantiates a new sets the parameter values fault.
SetParamValuesFault(java.lang.String pParameterName, int pFaultcode, java.lang.String pFaultstring, java.lang.Exception e)
          Instantiates a new sets the parameter values fault.
 
Method Summary
 int getFaultcode()
          Gets the faultcode.
 java.lang.String getFaultstring()
          Gets the faultstring.
 java.lang.String getId()
          Gets the id.
 java.lang.String getName()
          Gets the name.
 java.lang.String getParameterName()
          Gets the parameter 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

SetParamValuesFault

public SetParamValuesFault(java.lang.String pParameterName,
                           int pFaultcode,
                           java.lang.String pFaultstring)
Instantiates a new sets the parameter values fault.

Parameters:
pParameterName - the parameter name
pFaultcode - the fault code
pFaultstring - the fault string description

SetParamValuesFault

public SetParamValuesFault(java.lang.String pParameterName,
                           int pFaultcode,
                           java.lang.String pFaultstring,
                           java.lang.Exception e)
Instantiates a new sets the parameter values fault.

Parameters:
pParameterName - the parameter name
pFaultcode - the fault code
pFaultstring - the fault string description
e - the exception
Method Detail

getName

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

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

perform

public void perform(Session session)
Perform.

Specified by:
perform in interface RPCMethod
Parameters:
session - the session
See Also:
RPCMethod.perform(Session)

getParameterName

public java.lang.String getParameterName()
Gets the parameter name.

Returns:
the parameter name

getFaultstring

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

Returns:
the faultstring

getFaultcode

public int getFaultcode()
Gets the faultcode.

Returns:
the faultcode

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.