org.opensync.tools.exception
Class APDataIntegrityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opensync.tools.exception.OpenSyncException
org.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
| Fields inherited from class java.lang.Exception |
|
| 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 |
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.