Package com.hp.ucmdb.api.exception
Class CMSServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hp.ucmdb.api.exception.CMSException
com.hp.ucmdb.api.exception.CMSServerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CacheTimeoutException
,OOBResourceDeleteException
,RemoteProbeManagementException
,UnSupportedOperationException
,UsedByZoneException
,ZoneInUseException
Created by zhuyunli on 2018/12/20.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCMSServerException
(NewDiscoveryErrorCodes errorCode, String... parametersValues) CMSServerException
(NewDiscoveryErrorCodes errorCode, Throwable cause, String... parametersValues) CMSServerException
(Integer code, String message, String[] parametersValues) CMSServerException
(Integer code, String message, String[] parametersValues, Throwable cause) CMSServerException
(String message) CMSServerException
(String message, Throwable cause) CMSServerException
(Throwable cause) -
Method Summary
Methods inherited from class com.hp.ucmdb.api.exception.CMSException
getErrorCode, getMessage, getParametersValues, getPrimaryMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CMSServerException
-
CMSServerException
-
CMSServerException
public CMSServerException(NewDiscoveryErrorCodes errorCode, Throwable cause, String... parametersValues) -
CMSServerException
-
CMSServerException
-
CMSServerException
-
CMSServerException
-
CMSServerException
public CMSServerException()
-