org.openmobileis.synchro.algo.syncnumber
Class SyncNumberNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.openmobileis.common.util.exception.OpenMISException
              extended byorg.openmobileis.common.util.exception.SynchroException
                  extended byorg.openmobileis.synchro.openmsp.OpenMSPException
                      extended byorg.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

Constructor Summary
SyncNumberNotFoundException()
           
SyncNumberNotFoundException(int priority)
           
SyncNumberNotFoundException(java.lang.String msg)
           
SyncNumberNotFoundException(java.lang.String msg, int priority)
           
SyncNumberNotFoundException(java.lang.String msg, java.lang.Throwable t)
           
SyncNumberNotFoundException(java.lang.String msg, java.lang.Throwable t, int priority)
           
SyncNumberNotFoundException(java.lang.Throwable t)
           
SyncNumberNotFoundException(java.lang.Throwable t, int priority)
           
 
Methods inherited from class org.openmobileis.synchro.openmsp.OpenMSPException
getService
 
Methods inherited from class org.openmobileis.common.util.exception.OpenMISException
getNestedError, getPriority, printStackTrace, printStackTrace, printStackTrace
 
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
 

Constructor Detail

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.