Package cn.sliew.milky.common.unit
Class ValueParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- cn.sliew.milky.common.exception.BizException
-
- cn.sliew.milky.common.unit.ValueParseException
-
- All Implemented Interfaces:
Serializable
public class ValueParseException extends BizException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class cn.sliew.milky.common.exception.BizException
code, retryable
-
-
Constructor Summary
Constructors Constructor Description ValueParseException()ValueParseException(long code, boolean retryable, String message)ValueParseException(BizExceptionEnum codeEnum)ValueParseException(String message)ValueParseException(String message, Throwable cause)ValueParseException(Throwable cause)
-
Method Summary
-
Methods inherited from class cn.sliew.milky.common.exception.BizException
getCode, isRetryable
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ValueParseException
public ValueParseException()
-
ValueParseException
public ValueParseException(String message)
-
ValueParseException
public ValueParseException(Throwable cause)
-
ValueParseException
public ValueParseException(long code, boolean retryable, String message)
-
ValueParseException
public ValueParseException(BizExceptionEnum codeEnum)
-
-