类 MinioInternalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.herodotus.engine.assistant.core.definition.exception.AbstractHerodotusException
cn.herodotus.engine.assistant.core.exception.PlatformException
所有已实现的接口:
cn.herodotus.engine.assistant.core.definition.exception.HerodotusException, Serializable

public class MinioInternalException extends MinioException

Description: MinioInternalHerodotusException

作者:
: gengwei.zheng
另请参阅:
Date:
: 2021/11/8 14:32
  • 构造器详细资料

    • MinioInternalException

      public MinioInternalException()
    • MinioInternalException

      public MinioInternalException(String message)
    • MinioInternalException

      public MinioInternalException(String message, Throwable cause)
    • MinioInternalException

      public MinioInternalException(Throwable cause)
    • MinioInternalException

      public MinioInternalException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)