| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | com.digi.android.system.cpu.exception.UnsupportedCommandException | ||
This exception indicates that you tried to execute an invalid operation related to the CPU management or configuration.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a
UnsupportedCommandException. | |||||||||||
Constructs a
UnsupportedCommandException with a detailed
exception message. | |||||||||||
Constructs a
UnsupportedCommandException with the given parent
exception. | |||||||||||
Constructs a
UnsupportedCommandException with detailed message
and parent exception. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
|
| |||||||||||
Constructs a UnsupportedCommandException.
Constructs a UnsupportedCommandException with a detailed
exception message.
| Parameters | |
|---|---|
message |
String: Additional message for the exception.
|
Constructs a UnsupportedCommandException with the given parent
exception.
| Parameters | |
|---|---|
throwable |
Throwable: Parent exception.
|
Constructs a UnsupportedCommandException with detailed message
and parent exception.
| Parameters | |
|---|---|
message |
String: Additional message for the exception. |
throwable |
Throwable: Parent exception.
|