/*
Copyright (c) [2023] [squallzhao]
fountain is licensed under APACHE LICENSE, VERSION 2.0.
You can use this software according to the terms and conditions of the APACHE LICENSE, VERSION 2.0.
You may obtain a copy of APACHE LICENSE, VERSION 2.0 at: https://www.apache.org/licenses/LICENSE-2.0
*/
package microservice.exception
public class ExceptionClassify {
public static let SYSTEM_EXCEPTION = "SystemException"
public static let NOMAPPING_FIND_EXCEPTION = "NoMappingFindException"
public static let UNSUPPORT_EXCEPTION = "UnSupportException"
public static let READ_EXCEPTION = "ReadException"
public static let MICROSERVICE_EXCEPTION = "MicroServiceException"
public static let SIZETOOBIG_EXCEPTION = "SizeTooBigException"
}