Package cn.ucloud.common.exception
Class ValidatorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- cn.ucloud.common.exception.UCloudException
-
- cn.ucloud.common.exception.ValidatorException
-
- All Implemented Interfaces:
Serializable
public class ValidatorException extends UCloudException
ValidatorException is the exception of parameters validator- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidatorException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ValidatorException
public ValidatorException(String message)
-
-