com.sap.ip.me.api.smartsync
Class SmartSyncException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sap.ip.me.api.services.MEException
              extended bycom.sap.ip.me.api.smartsync.SmartSyncException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidDescriptorException, ModificationNotAllowedException

public class SmartSyncException
extends MEException

Smart Sync basic exception, other Smart Sync relating exceptions should be inherited from the exception

Copyright: Copyright (c) 2002

Company: SAP AG

Version:
2.1
Author:
not attributable
See Also:
Serialized Form

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

SmartSyncException

public SmartSyncException(java.lang.String message)
Constructor for the SmartSyncException object

Parameters:
message - message of the exception

SmartSyncException

public SmartSyncException()
Constructor for the SmartSyncException object


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.

Parameters:
reason - message of the exception
nestedException - the to be nested Throwable instance

SmartSyncException

public 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.

Parameters:
nestedException - the to be nested Throwable instance


Copyright © 2005 SAP AG. All Rights Reserved.