Package me.danwi.kato.common.exception
Class KatoUndeclaredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- me.danwi.kato.common.exception.KatoException
-
- me.danwi.kato.common.exception.KatoUndeclaredException
-
- All Implemented Interfaces:
java.io.Serializable
public class KatoUndeclaredException extends KatoException
未被业务代码处理的异常,通常出现这种异常需要引起开发人员的注意- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KatoUndeclaredException(java.lang.Throwable cause)
-