Class NotSupportedFileException

All Implemented Interfaces:
Serializable

public class NotSupportedFileException extends NotSupportedException
不支持的文件类型
Author:
wangliang181230
See Also:
  • Constructor Details

    • NotSupportedFileException

      public NotSupportedFileException(String message)
    • NotSupportedFileException

      public NotSupportedFileException(String message, String errorCode)
    • NotSupportedFileException

      public NotSupportedFileException(String message, Throwable cause)
    • NotSupportedFileException

      public NotSupportedFileException(String message, String errorCode, Throwable cause)