com.sapportals.wcm.crt.component

Class AutoRestartException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sapportals.wcm.crt.CascadingException
              extended by com.sapportals.wcm.crt.component.StartupException
                  extended by 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

Field Summary
 
Fields inherited from class com.sapportals.wcm.crt.CascadingException
ex
 
Constructor Summary
AutoRestartException(String message, long delay)
           
AutoRestartException(String message, Throwable throwable, long delay)
           
AutoRestartException(Throwable throwable, long delay)
           
 
Method Summary
 long getDelay()
          Returns the retry interval in milliseconds.
 
Methods inherited from class com.sapportals.wcm.crt.CascadingException
getContainedException, 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

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
Method Detail

getDelay

public long getDelay()
Returns the retry interval in milliseconds.

Returns:
delay
Access Rights

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