Package com.hp.ucmdb.api.exception
Class CMSResourceDuplicateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hp.ucmdb.api.exception.CMSException
com.hp.ucmdb.api.exception.CMSResourceDuplicateException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DuplicateDiscoveryResourceException
Deprecated.
Delete it after rest api refactor.
Created by zhuyunli on 2018/12/20.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.CMSResourceDuplicateException
(Integer code, String message, String[] parametersValues) Deprecated.CMSResourceDuplicateException
(Integer code, String message, String[] parametersValues, Throwable cause) Deprecated.CMSResourceDuplicateException
(String message) Deprecated.CMSResourceDuplicateException
(String message, Throwable cause) Deprecated.Deprecated. -
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
-
CMSResourceDuplicateException
Deprecated. -
CMSResourceDuplicateException
public CMSResourceDuplicateException(Integer code, String message, String[] parametersValues, Throwable cause) Deprecated. -
CMSResourceDuplicateException
Deprecated. -
CMSResourceDuplicateException
Deprecated. -
CMSResourceDuplicateException
Deprecated. -
CMSResourceDuplicateException
public CMSResourceDuplicateException()Deprecated.
-