PlatChangeException.java 216 B

1234567
  1. package com.dc.datachange.exception;
  2. public class PlatChangeException extends NetworkCreateException{
  3. public PlatChangeException() {
  4. super("网路组内存在平台但平台类型发生变更");
  5. }
  6. }