Package me.danwi.kato.common.exception
Class KatoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- me.danwi.kato.common.exception.KatoException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
KatoCommonException,KatoUndeclaredException
public class KatoException extends java.lang.RuntimeExceptionKato异常- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KatoException(java.lang.String message)KatoException(java.lang.String message, java.lang.Throwable cause)KatoException(java.lang.Throwable cause)
-