org.opensync.tools.exception
Class APDataIntegrityException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.opensync.tools.exception.OpenSyncException
              extended byorg.opensync.tools.exception.APDataIntegrityException
All Implemented Interfaces:
java.io.Serializable

public class APDataIntegrityException
extends OpenSyncException

Class for catching the Data Integrity related Exceptions such as SQLException, Invalid XML etc...

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.opensync.tools.exception.OpenSyncException
errorCode, errorMsg, usrMsg
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
APDataIntegrityException(java.lang.String errorCode)
           
APDataIntegrityException(java.lang.String errorCode, java.lang.Throwable e)
          Creates a APDataIntegrityException.
APDataIntegrityException(java.lang.Throwable e)
          Creates a APDataIntegrityException.
 
Methods inherited from class org.opensync.tools.exception.OpenSyncException
action, getCause, getCode, getUserMessage, log
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

APDataIntegrityException

public APDataIntegrityException(java.lang.Throwable e)
Creates a APDataIntegrityException. Use this constructor when Error Code to be set in the AssetPlusException is not known. We try to find the actual Exception here, if we don't get it set the ErrorCode to be default for this type of Exception.


APDataIntegrityException

public APDataIntegrityException(java.lang.String errorCode,
                                java.lang.Throwable e)
Creates a APDataIntegrityException. Use this constructor when you know what Error Code should be set in the AssetPlusException


APDataIntegrityException

public APDataIntegrityException(java.lang.String errorCode)


Copyright © 2004 sourceforge. All Rights Reserved.