org.openmobileis.synchro.openmsp
Class OpenMSPException

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
All Implemented Interfaces:
OpenMISSerializable, java.io.Serializable
Direct Known Subclasses:
SyncNumberNotFoundException

public class OpenMSPException
extends SynchroException

See Also:
Serialized Form

Field Summary
static int NO_STATUS_DEFINED
           
 
Constructor Summary
OpenMSPException()
           
OpenMSPException(int priority)
           
OpenMSPException(java.lang.String msg)
           
OpenMSPException(java.lang.String msg, int priority)
           
OpenMSPException(java.lang.String msg, java.lang.Throwable t)
           
OpenMSPException(java.lang.String msg, java.lang.Throwable t, int priority)
           
OpenMSPException(java.lang.Throwable t)
           
OpenMSPException(java.lang.Throwable t, int priority)
           
 
Method Summary
 int getService()
          return the service id : LogServices.SYNCHROSERVICE
 int getSyncStatus()
           
 void setSyncStatus(int syncStatus)
           
 
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
 

Field Detail

NO_STATUS_DEFINED

public static final int NO_STATUS_DEFINED
See Also:
Constant Field Values
Constructor Detail

OpenMSPException

public OpenMSPException()

OpenMSPException

public OpenMSPException(int priority)

OpenMSPException

public OpenMSPException(java.lang.String msg,
                        java.lang.Throwable t)

OpenMSPException

public OpenMSPException(java.lang.String msg,
                        java.lang.Throwable t,
                        int priority)

OpenMSPException

public OpenMSPException(java.lang.String msg)

OpenMSPException

public OpenMSPException(java.lang.String msg,
                        int priority)

OpenMSPException

public OpenMSPException(java.lang.Throwable t)

OpenMSPException

public OpenMSPException(java.lang.Throwable t,
                        int priority)
Method Detail

getService

public int getService()
return the service id : LogServices.SYNCHROSERVICE

Overrides:
getService in class SynchroException
Returns:
int LogServices.SYNCHROSERVICE
See Also:
LogServices

getSyncStatus

public int getSyncStatus()

setSyncStatus

public void setSyncStatus(int syncStatus)


Copyright 2006 OpenMobileIS. All Rights Reserved.