|
UM Java API
6.17
|
Public Member Functions | |
| LBMSDMUnsignedException () | |
| LBMSDMUnsignedException (String s) | |
| LBMSDMUnsignedException (String s, int v) | |
| LBMSDMUnsignedException (String s, long v) | |
| LBMSDMUnsignedException (String s, short v) | |
| LBMSDMUnsignedException (String s, byte v) | |
| LBMSDMUnsignedException (String s, String v) | |
An LBM SDM Exception indicating an negative number was provided to an unsigned field type. Where possible, additional field data is dumped.
| com.latencybusters.lbm.sdm.LBMSDMUnsignedException.LBMSDMUnsignedException | ( | ) |
Generic Constructor
| com.latencybusters.lbm.sdm.LBMSDMUnsignedException.LBMSDMUnsignedException | ( | String | s | ) |
Generic Constructor including a string
| s | Exception message |
| com.latencybusters.lbm.sdm.LBMSDMUnsignedException.LBMSDMUnsignedException | ( | String | s, |
| int | v | ||
| ) |
Constructor including field data
| s | Exception message |
| v | Value which is signed |
| com.latencybusters.lbm.sdm.LBMSDMUnsignedException.LBMSDMUnsignedException | ( | String | s, |
| long | v | ||
| ) |
Constructor including field data
| s | Exception message |
| v | Value which is signed |
| com.latencybusters.lbm.sdm.LBMSDMUnsignedException.LBMSDMUnsignedException | ( | String | s, |
| short | v | ||
| ) |
Constructor including field data
| s | Exception message |
| v | Value which is signed |
| com.latencybusters.lbm.sdm.LBMSDMUnsignedException.LBMSDMUnsignedException | ( | String | s, |
| byte | v | ||
| ) |
Constructor including field data
| s | Exception message |
| v | Value which is signed |
| com.latencybusters.lbm.sdm.LBMSDMUnsignedException.LBMSDMUnsignedException | ( | String | s, |
| String | v | ||
| ) |
Constructor including field data
| s | Exception message |
| v | Value which is signed |