org.openmobileis.synchro.algo.syncnumber
Class SyncNumberNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openmobileis.common.util.exception.OpenMISException
org.openmobileis.common.util.exception.SynchroException
org.openmobileis.synchro.openmsp.OpenMSPException
org.openmobileis.synchro.algo.syncnumber.SyncNumberNotFoundException
- All Implemented Interfaces:
- OpenMISSerializable, java.io.Serializable
- public final class SyncNumberNotFoundException
- extends OpenMSPException
Title: OpenMobileIS project source
Description:
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SyncNumberNotFoundException
public SyncNumberNotFoundException()
SyncNumberNotFoundException
public SyncNumberNotFoundException(int priority)
- Parameters:
priority
-
SyncNumberNotFoundException
public SyncNumberNotFoundException(java.lang.String msg,
java.lang.Throwable t)
- Parameters:
msg
- t
-
SyncNumberNotFoundException
public SyncNumberNotFoundException(java.lang.String msg,
java.lang.Throwable t,
int priority)
- Parameters:
msg
- t
- priority
-
SyncNumberNotFoundException
public SyncNumberNotFoundException(java.lang.String msg)
- Parameters:
msg
-
SyncNumberNotFoundException
public SyncNumberNotFoundException(java.lang.String msg,
int priority)
- Parameters:
msg
- priority
-
SyncNumberNotFoundException
public SyncNumberNotFoundException(java.lang.Throwable t)
- Parameters:
t
-
SyncNumberNotFoundException
public SyncNumberNotFoundException(java.lang.Throwable t,
int priority)
- Parameters:
t
- priority
-
Copyright 2006 OpenMobileIS. All Rights Reserved.