Package com.hp.ucmdb.api.exception
Class CMSInputValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hp.ucmdb.api.exception.CMSException
com.hp.ucmdb.api.exception.CMSInputValidationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidCronExpressionException
,ProfileMismatchException
Created by zhuyunli on 2018/12/20.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCMSInputValidationException
(NewDiscoveryErrorCodes errorCode, String... parametersValues) CMSInputValidationException
(Integer code, String message, String[] parametersValues) CMSInputValidationException
(Integer code, String message, String[] parametersValues, Throwable cause) CMSInputValidationException
(String message) CMSInputValidationException
(String message, 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
-
CMSInputValidationException
-
CMSInputValidationException
-
CMSInputValidationException
-
CMSInputValidationException
-
CMSInputValidationException
-
CMSInputValidationException
-