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