Inheritance diagram for org.openmobileis.synchro.algo.syncnumber.SyncNumberNotFoundException:
Definition at line 36 of file SyncNumberNotFoundException.java.
Public Member Functions | ||||
SyncNumberNotFoundException () | ||||
SyncNumberNotFoundException (int priority) | ||||
| ||||
SyncNumberNotFoundException (String msg, Throwable t) | ||||
| ||||
SyncNumberNotFoundException (String msg, Throwable t, int priority) | ||||
| ||||
SyncNumberNotFoundException (String msg) | ||||
| ||||
SyncNumberNotFoundException (String msg, int priority) | ||||
| ||||
SyncNumberNotFoundException (Throwable t) | ||||
| ||||
SyncNumberNotFoundException (Throwable t, int priority) | ||||
| ||||
Static Package Attributes | ||||
static final long | serialVersionUID = 5521257935120563452L |
org.openmobileis.synchro.algo.syncnumber.SyncNumberNotFoundException.SyncNumberNotFoundException | ( | String | msg, | |
Throwable | t | |||
) |
org.openmobileis.synchro.algo.syncnumber.SyncNumberNotFoundException.SyncNumberNotFoundException | ( | String | msg, | |
Throwable | t, | |||
int | priority | |||
) |
msg |
t | ||
priority |
Definition at line 66 of file SyncNumberNotFoundException.java.
org.openmobileis.synchro.algo.syncnumber.SyncNumberNotFoundException.SyncNumberNotFoundException | ( | String | msg, | |
int | priority | |||
) |
msg |
priority |
Definition at line 81 of file SyncNumberNotFoundException.java.
org.openmobileis.synchro.algo.syncnumber.SyncNumberNotFoundException.SyncNumberNotFoundException | ( | Throwable | t, | |
int | priority | |||
) |