Modifier and Type | Field and Description |
---|---|
pack-priv final DmtException | |
pack-priv final int | |
public static final int | INTERNAL_ERROR
9002 Internal error |
public static final int | INVALID_ARGUMENTS
9003 Invalid Arguments |
public static final int | INVALID_PARAMETER_NAME
9005 Invalid parameter name (associated with Set/GetParameterValues, GetParameterNames, Set/GetParameterAttributes, AddObject, and DeleteObject) |
public static final int | INVALID_PARAMETER_TYPE
9006 Invalid parameter type (associated with SetParameterValues) |
public static final int | INVALID_PARAMETER_VALUE
9007 Invalid parameter value (associated with SetParameterValues) |
public static final int | METHOD_NOT_SUPPORTED
9000 Method not supported |
public static final int | NON_WRITABLE_PARAMETER
9008 Attempt to set a non-writable parameter (associated with SetParameterValues) |
public static final int | NOTIFICATION_REJECTED
9009 Notification request rejected (associated with SetParameterAttributes method). |
public static final int | REQUEST_DENIED
9001 Request denied (no reason specified |
public static final int | RESOURCES_EXCEEDED
9004 Resources exceeded (when used in association with SetParameterValues, this MUST NOT be used to indicate parameters in error) |
private static final long |
Access | Constructor and Description |
---|---|
public | |
public | TR069Exception(String
The message message, int The TR-069 defined fault code faultCode, DmtException e)A Constructor with a message and a fault code. |
public | TR069Exception(String
The message message, int The TR-069 defined fault code faultCode)A Constructor with a message and a fault code. |
public |
Modifier and Type | Method and Description |
---|---|
public DmtException | |
private int | |
public int | Returns: Answer the associated TR-069 fault code.Answer the associated TR-069 fault code. |
dmtException | back to summary |
---|---|
pack-priv final DmtException dmtException |
faultCode | back to summary |
---|---|
pack-priv final int faultCode |
INTERNAL_ERROR | back to summary |
---|---|
public static final int INTERNAL_ERROR 9002 Internal error |
INVALID_ARGUMENTS | back to summary |
---|---|
public static final int INVALID_ARGUMENTS 9003 Invalid Arguments |
INVALID_PARAMETER_NAME | back to summary |
---|---|
public static final int INVALID_PARAMETER_NAME 9005 Invalid parameter name (associated with Set/GetParameterValues, GetParameterNames, Set/GetParameterAttributes, AddObject, and DeleteObject) |
INVALID_PARAMETER_TYPE | back to summary |
---|---|
public static final int INVALID_PARAMETER_TYPE 9006 Invalid parameter type (associated with SetParameterValues) |
INVALID_PARAMETER_VALUE | back to summary |
---|---|
public static final int INVALID_PARAMETER_VALUE 9007 Invalid parameter value (associated with SetParameterValues) |
METHOD_NOT_SUPPORTED | back to summary |
---|---|
public static final int METHOD_NOT_SUPPORTED 9000 Method not supported |
NON_WRITABLE_PARAMETER | back to summary |
---|---|
public static final int NON_WRITABLE_PARAMETER 9008 Attempt to set a non-writable parameter (associated with SetParameterValues) |
NOTIFICATION_REJECTED | back to summary |
---|---|
public static final int NOTIFICATION_REJECTED 9009 Notification request rejected (associated with SetParameterAttributes method). |
REQUEST_DENIED | back to summary |
---|---|
public static final int REQUEST_DENIED 9001 Request denied (no reason specified |
RESOURCES_EXCEEDED | back to summary |
---|---|
public static final int RESOURCES_EXCEEDED 9004 Resources exceeded (when used in association with SetParameterValues, this MUST NOT be used to indicate parameters in error) |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
TR069Exception | back to summary |
---|---|
public TR069Exception(String message) A default constructor when only a message is known. This will generate a
|
TR069Exception | back to summary |
---|---|
public TR069Exception(String message, int faultCode, DmtException e) A Constructor with a message and a fault code.
|
TR069Exception | back to summary |
---|---|
public TR069Exception(String message, int faultCode) A Constructor with a message and a fault code.
|
TR069Exception | back to summary |
---|---|
public TR069Exception(DmtException e) Create a TR069Exception from a Dmt Exception.
|
getDmtException | back to summary |
---|---|
public DmtException getDmtException()
|
getFaultCode | back to summary |
---|---|
private int getFaultCode(DmtException e) |
getFaultCode | back to summary |
---|---|
public int getFaultCode() Answer the associated TR-069 fault code.
|