Package com.emc.documentum.rest.error
Class RestServiceAvailabilityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.emc.documentum.rest.error.RestServiceAvailabilityException
- All Implemented Interfaces:
Serializable
This class is an general exception used to check if a certain rest service is available or not.
Now support for:
- full-text engine,
- collaboration plugin.
- See Also:
-
Constructor Summary
ConstructorDescriptionRestServiceAvailabilityException
(Throwable e, String serviceName, String detail) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RestServiceAvailabilityException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getDetail
-
getServiceName
-