Class InternalException

All Implemented Interfaces:
Serializable

public class InternalException extends MinioException
Thrown to indicate that unexpected internal library error occurred while processing given request.
See Also:
  • Constructor Details

    • InternalException

      public InternalException(String message)
      Constructs a new InternalException with given error message.
    • InternalException

      public InternalException(String message, String httpTrace)
      Constructs a new InternalException with given error message.