com.francetelecom.admindm.soap
Class FaultUtil

java.lang.Object
  extended by com.francetelecom.admindm.soap.FaultUtil

public final class FaultUtil
extends java.lang.Object

The Class FaultUtil.


Field Summary
static int FAULT_8005
          The Constant FAULT_8005.
static int FAULT_9000
          The Constant FAULT_9000.
static int FAULT_9001
          The Constant FAULT_9001.
static int FAULT_9002
          The Constant FAULT_9002.
static int FAULT_9003
          The Constant FAULT_9003.
static int FAULT_9004
          The Constant FAULT_9004.
static int FAULT_9005
          The Constant FAULT_9005.
static int FAULT_9006
          The Constant FAULT_9006.
static int FAULT_9007
          The Constant FAULT_9007.
static int FAULT_9008
          The Constant FAULT_9008.
static int FAULT_9009
          The Constant FAULT_9009.
static int FAULT_9010
          The Constant FAULT_9010.
static int FAULT_9011
          The Constant FAULT_9011.
static int FAULT_9012
          The Constant FAULT_9012.
static int FAULT_9013
          The Constant FAULT_9013.
static int FAULT_9014
          The Constant FAULT_9014.
static int FAULT_9015
          The Constant FAULT_9015.
static int FAULT_9016
          The Constant FAULT_9016.
static int FAULT_9017
          The Constant FAULT_9017.
static int FAULT_9018
          The Constant FAULT_9018.
static int FAULT_9019
          The Constant FAULT_9019.
static java.lang.String STR_FAULT_9000
          The Constant STR_FAULT_9000.
static java.lang.String STR_FAULT_9001
          The Constant STR_FAULT_9001.
static java.lang.String STR_FAULT_9002
          The Constant STR_FAULT_9002.
static java.lang.String STR_FAULT_9003
          The Constant STR_FAULT_9003.
static java.lang.String STR_FAULT_9004
          The Constant STR_FAULT_9004.
static java.lang.String STR_FAULT_9005
          The Constant STR_FAULT_9005.
static java.lang.String STR_FAULT_9006
          The Constant STR_FAULT_9006.
static java.lang.String STR_FAULT_9007
          The Constant STR_FAULT_9007.
static java.lang.String STR_FAULT_9008
          The Constant STR_FAULT_9008.
static java.lang.String STR_FAULT_9009
          The Constant STR_FAULT_9009.
static java.lang.String STR_FAULT_9010
          The Constant STR_FAULT_9010.
static java.lang.String STR_FAULT_9011
          The Constant STR_FAULT_9011.
static java.lang.String STR_FAULT_9012
          The Constant STR_FAULT_9012.
static java.lang.String STR_FAULT_9013
          The Constant STR_FAULT_9013.
static java.lang.String STR_FAULT_9014
          The Constant STR_FAULT_9014.
static java.lang.String STR_FAULT_9015
          The Constant STR_FAULT_9015.
static java.lang.String STR_FAULT_9016
          The Constant STR_FAULT_9016.
static java.lang.String STR_FAULT_9017
          The Constant STR_FAULT_9017.
static java.lang.String STR_FAULT_9018
          The Constant STR_FAULT_9018.
static java.lang.String STR_FAULT_9019
          The Constant STR_FAULT_9019.
 
Method Summary
static java.lang.String getType(int code)
          Give predefine type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FAULT_9000

public static final int FAULT_9000
The Constant FAULT_9000. Method not supported.

See Also:
Constant Field Values

FAULT_9001

public static final int FAULT_9001
The Constant FAULT_9001. Request denied (no reason specified).

See Also:
Constant Field Values

FAULT_9002

public static final int FAULT_9002
The Constant FAULT_9002. Internal error.

See Also:
Constant Field Values

FAULT_9003

public static final int FAULT_9003
The Constant FAULT_9003. Invalid arguments.

See Also:
Constant Field Values

FAULT_9004

public static final int FAULT_9004
The Constant FAULT_9004. Resources exceeded.

See Also:
Constant Field Values

FAULT_9005

public static final int FAULT_9005
The Constant FAULT_9005. Invalid parameter name.

See Also:
Constant Field Values

FAULT_9006

public static final int FAULT_9006
The Constant FAULT_9006. Invalid parameter type.

See Also:
Constant Field Values

FAULT_9007

public static final int FAULT_9007
The Constant FAULT_9007. Invalid parameter value

See Also:
Constant Field Values

FAULT_9008

public static final int FAULT_9008
The Constant FAULT_9008. Attempt to set a non-writable parameter.

See Also:
Constant Field Values

FAULT_9009

public static final int FAULT_9009
The Constant FAULT_9009. Notification request rejected.

See Also:
Constant Field Values

FAULT_9010

public static final int FAULT_9010
The Constant FAULT_9010. Download failure.

See Also:
Constant Field Values

FAULT_9011

public static final int FAULT_9011
The Constant FAULT_9011. Upload failure.

See Also:
Constant Field Values

FAULT_9012

public static final int FAULT_9012
The Constant FAULT_9012. File transfer server authentication failure.

See Also:
Constant Field Values

FAULT_9013

public static final int FAULT_9013
The Constant FAULT_9013. Unsupported protocol for file transfer.

See Also:
Constant Field Values

FAULT_9014

public static final int FAULT_9014
The Constant FAULT_9014. Download failure: unable to join multicast group.

See Also:
Constant Field Values

FAULT_9015

public static final int FAULT_9015
The Constant FAULT_9015. Download failure: unable to join file server.

See Also:
Constant Field Values

FAULT_9016

public static final int FAULT_9016
The Constant FAULT_9016. Download failure: unable to access file.

See Also:
Constant Field Values

FAULT_9017

public static final int FAULT_9017
The Constant FAULT_9017. Download failure: unable to complete download.

See Also:
Constant Field Values

FAULT_9018

public static final int FAULT_9018
The Constant FAULT_9018. Download failure: file corrupted.

See Also:
Constant Field Values

FAULT_9019

public static final int FAULT_9019
The Constant FAULT_9019. Download failure: file authentication failure.

See Also:
Constant Field Values

STR_FAULT_9000

public static final java.lang.String STR_FAULT_9000
The Constant STR_FAULT_9000.

See Also:
Constant Field Values

STR_FAULT_9001

public static final java.lang.String STR_FAULT_9001
The Constant STR_FAULT_9001.

See Also:
Constant Field Values

STR_FAULT_9002

public static final java.lang.String STR_FAULT_9002
The Constant STR_FAULT_9002.
Internal error.

See Also:
Constant Field Values

STR_FAULT_9003

public static final java.lang.String STR_FAULT_9003
The Constant STR_FAULT_9003.
Invalid arguments.

See Also:
Constant Field Values

STR_FAULT_9004

public static final java.lang.String STR_FAULT_9004
The Constant STR_FAULT_9004.
Invalid arguments.

See Also:
Constant Field Values

STR_FAULT_9005

public static final java.lang.String STR_FAULT_9005
The Constant STR_FAULT_9005.
Invalid parameter name.

See Also:
Constant Field Values

STR_FAULT_9006

public static final java.lang.String STR_FAULT_9006
The Constant STR_FAULT_9006.
Invalid parameter type.

See Also:
Constant Field Values

STR_FAULT_9007

public static final java.lang.String STR_FAULT_9007
The Constant STR_FAULT_9007.
Invalid parameter value.

See Also:
Constant Field Values

STR_FAULT_9008

public static final java.lang.String STR_FAULT_9008
The Constant STR_FAULT_9008.
Attempt to set a non-writable parameter.

See Also:
Constant Field Values

STR_FAULT_9009

public static final java.lang.String STR_FAULT_9009
The Constant STR_FAULT_9009.
Notification request rejected.

See Also:
Constant Field Values

STR_FAULT_9010

public static final java.lang.String STR_FAULT_9010
The Constant STR_FAULT_9010.
Download failure.

See Also:
Constant Field Values

STR_FAULT_9011

public static final java.lang.String STR_FAULT_9011
The Constant STR_FAULT_9011.
Upload failure.

See Also:
Constant Field Values

STR_FAULT_9012

public static final java.lang.String STR_FAULT_9012
The Constant STR_FAULT_9012.
File transfer server authentification failure.

See Also:
Constant Field Values

STR_FAULT_9013

public static final java.lang.String STR_FAULT_9013
The Constant STR_FAULT_9013.

See Also:
Constant Field Values

STR_FAULT_9014

public static final java.lang.String STR_FAULT_9014
The Constant STR_FAULT_9014.

See Also:
Constant Field Values

STR_FAULT_9015

public static final java.lang.String STR_FAULT_9015
The Constant STR_FAULT_9015.

See Also:
Constant Field Values

STR_FAULT_9016

public static final java.lang.String STR_FAULT_9016
The Constant STR_FAULT_9016.

See Also:
Constant Field Values

STR_FAULT_9017

public static final java.lang.String STR_FAULT_9017
The Constant STR_FAULT_9017.

See Also:
Constant Field Values

STR_FAULT_9018

public static final java.lang.String STR_FAULT_9018
The Constant STR_FAULT_9018.

See Also:
Constant Field Values

STR_FAULT_9019

public static final java.lang.String STR_FAULT_9019
The Constant STR_FAULT_9019.

See Also:
Constant Field Values

FAULT_8005

public static final int FAULT_8005
The Constant FAULT_8005.

See Also:
Constant Field Values
Method Detail

getType

public static java.lang.String getType(int code)
Give predefine type.

Parameters:
code - value
Returns:
the predefined type for this code


Copyright © 2011 FranceTelecom. All Rights Reserved.