|
SAP NetWeaver '04 | |||||||||
| 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.sapportals.wcm.WcmException
com.sapportals.wcm.util.content.ContentException
com.sapportals.wcm.repository.ResourceException
com.sapportals.wcm.repository.ServiceUnavailableException
A service is not available.
Copyright 2002 (c) SAP AG
| Field Summary |
| Fields inherited from class com.sapportals.wcm.WcmException |
ex |
| Constructor Summary | |
ServiceUnavailableException(ServiceNotAvailableException newEx,
Date retry)
This constructor is used by the framework to use this exception as a wrapper for a new exception class of the repository manager API. |
|
ServiceUnavailableException(String msg,
Date retry,
RID resourceID)
Constructs a new ServiceUnavailableException |
|
ServiceUnavailableException(String msg,
Exception ex,
RID resourceID)
Constructs a new ServiceUnavailableException |
|
ServiceUnavailableException(String msg,
RID resourceID)
Constructs a new ServiceUnavailableException |
|
| Method Summary | |
Date |
getRetryAfter()
Returns the time when retries of the operation are recommended. |
| Methods inherited from class com.sapportals.wcm.repository.ResourceException |
fillInStackTrace, getLocalizedMessage, getMessage, getNextResourceException, getResourceID, getRID, printStackTrace, printStackTrace, printStackTrace, setNextResourceException, toString |
| Methods inherited from class com.sapportals.wcm.WcmException |
getContainedException, isLogged |
| Methods inherited from class java.lang.Throwable |
getCause, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ServiceUnavailableException(String msg,
RID resourceID)
msg - The messageresourceID - The URI of the resource that caused the exception
(optional)
public ServiceUnavailableException(String msg,
Date retry,
RID resourceID)
msg - The messageretry - date before which retries are not recommendedresourceID - The URI of the resource that caused the exception
(optional)
public ServiceUnavailableException(String msg,
Exception ex,
RID resourceID)
msg - The messageex - The contained exceptionresourceID - The URI of the resource that caused the exception
(optional)
public ServiceUnavailableException(ServiceNotAvailableException newEx,
Date retry)
newEx - The new exception.retry - date before which retries are not recommended| Method Detail |
public Date getRetryAfter()
null is retuned.
null if not known.
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||