public class DeviceNotFoundException extends UiException
UiException.Aide
MessageConst.BundleInfo
_code
NULL_CODE
Constructor and Description |
---|
DeviceNotFoundException(java.lang.String type) |
DeviceNotFoundException(java.lang.String type,
int code) |
DeviceNotFoundException(java.lang.String type,
int code,
java.lang.Object fmtArg) |
DeviceNotFoundException(java.lang.String type,
int code,
java.lang.Object[] fmtArgs) |
DeviceNotFoundException(java.lang.String type,
int code,
java.lang.Object[] fmtArgs,
java.lang.Throwable cause) |
DeviceNotFoundException(java.lang.String type,
int code,
java.lang.Object fmtArg,
java.lang.Throwable cause) |
DeviceNotFoundException(java.lang.String type,
int code,
java.lang.Throwable cause) |
DeviceNotFoundException(java.lang.String type,
java.lang.String s) |
DeviceNotFoundException(java.lang.String type,
java.lang.String msg,
java.lang.Throwable cause) |
DeviceNotFoundException(java.lang.String type,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDeviceType()
Returns the device type that is not found.
|
getCode
public DeviceNotFoundException(java.lang.String type, java.lang.String msg, java.lang.Throwable cause)
type
- the device type.public DeviceNotFoundException(java.lang.String type, java.lang.String s)
type
- the device type.public DeviceNotFoundException(java.lang.String type, java.lang.Throwable cause)
type
- the device type.public DeviceNotFoundException(java.lang.String type)
type
- the device type.public DeviceNotFoundException(java.lang.String type, int code, java.lang.Object[] fmtArgs, java.lang.Throwable cause)
type
- the device type.public DeviceNotFoundException(java.lang.String type, int code, java.lang.Object fmtArg, java.lang.Throwable cause)
type
- the device type.public DeviceNotFoundException(java.lang.String type, int code, java.lang.Object[] fmtArgs)
type
- the device type.public DeviceNotFoundException(java.lang.String type, int code, java.lang.Object fmtArg)
type
- the device type.public DeviceNotFoundException(java.lang.String type, int code, java.lang.Throwable cause)
type
- the device type.public DeviceNotFoundException(java.lang.String type, int code)
type
- the device type.Copyright © 2005-2023 Potix Corporation. All Rights Reserved.