|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sap.ip.me.api.services.MEException
com.sap.ip.me.api.smartsync.SmartSyncException
Smart Sync basic exception, other Smart Sync relating exceptions should be inherited from the exception
Copyright: Copyright (c) 2002
Company: SAP AG
Constructor Summary | |
SmartSyncException()
Constructor for the SmartSyncException object |
|
SmartSyncException(java.lang.String message)
Constructor for the SmartSyncException object |
|
SmartSyncException(java.lang.String reason,
java.lang.Throwable nestedException)
Constructor for the SmartSyncException object By using this constructor, nestedException will be stored inside, and when printStackTrace is called, stack information of nestedException will also be outputed. |
|
SmartSyncException(java.lang.Throwable nestedException)
Constructor for the SmartSyncException object By using this constructor, nestedException will be stored inside, and when printStackTrace is called, stack information of nestedException will also be outputed. |
Methods inherited from class com.sap.ip.me.api.services.MEException |
getNestedException, getReason, 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 |
public SmartSyncException(java.lang.String message)
message
- message of the exceptionpublic SmartSyncException()
public SmartSyncException(java.lang.String reason, java.lang.Throwable nestedException)
Constructor for the SmartSyncException object
By using this constructor, nestedException will be stored inside, and when printStackTrace is called, stack information of nestedException will also be outputed.
reason
- message of the exceptionnestedException
- the to be nested Throwable instancepublic SmartSyncException(java.lang.Throwable nestedException)
Constructor for the SmartSyncException object
By using this constructor, nestedException will be stored inside, and when printStackTrace is called, stack information of nestedException will also be outputed.
nestedException
- the to be nested Throwable instance
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |