com.sapportals.wcm.crt.component
Class AutoRestartException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sapportals.wcm.crt.CascadingException
com.sapportals.wcm.crt.component.StartupException
com.sapportals.wcm.crt.component.AutoRestartException
- All Implemented Interfaces:
- Serializable
public final class AutoRestartException
- extends StartupException
This is a specialized startup exception that instructs the CRT to
automatically retry the startup. The CRT will restart the component in the
specified time interval.
Copyright (c) SAP AG 2001-2004
- See Also:
- Serialized Form
|
Method Summary |
long |
getDelay()
Returns the retry interval in milliseconds. |
AutoRestartException
public AutoRestartException(String message,
long delay)
- Parameters:
message - The message for this exception.delay - restart delay in milliseconds
AutoRestartException
public AutoRestartException(Throwable throwable,
long delay)
- Parameters:
throwable - the root cause of the exception.delay - restart delay in milliseconds
AutoRestartException
public AutoRestartException(String message,
Throwable throwable,
long delay)
- Parameters:
message - The message for this exception.throwable - the root cause of the exception.delay - restart delay in milliseconds
getDelay
public long getDelay()
- Returns the retry interval in milliseconds.
- Returns:
- delay
This class can be accessed from:
|
SC
|
DC
|
Public Part
|
ACH
|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
Copyright 2014 SAP AG Complete Copyright Notice